org.mule.transport.jms.config
Class JmsNamespaceHandler

java.lang.Object
  extended by org.springframework.beans.factory.xml.NamespaceHandlerSupport
      extended by org.mule.config.spring.handlers.AbstractMuleNamespaceHandler
          extended by org.mule.transport.jms.config.JmsNamespaceHandler
All Implemented Interfaces:
org.springframework.beans.factory.xml.NamespaceHandler

public class JmsNamespaceHandler
extends AbstractMuleNamespaceHandler

Registers Bean Definition Parsers for the "jms" namespace.


Field Summary
static String[][] JMS_ATTRIBUTES
           
static String NUMBER_OF_CONCURRENT_TRANSACTED_RECEIVERS_ATTRIBUTE
           
static String NUMBER_OF_CONSUMERS_ATTRIBUTE
           
static String NUMBER_OF_CONSUMERS_PROPERTY
           
static String QUEUE
           
static String TOPIC
           
 
Fields inherited from class org.mule.config.spring.handlers.AbstractMuleNamespaceHandler
GLOBAL_ENDPOINT, INBOUND_ENDPOINT, logger, OUTBOUND_ENDPOINT
 
Constructor Summary
JmsNamespaceHandler()
           
 
Method Summary
 void init()
           
protected  void registerJmsEndpointDefinitionParser(String element, MuleDefinitionParser parser)
           
protected  void registerJmsTransportEndpoints()
          Need to use the most complex constructors as have mutually exclusive address aattributes
 
Methods inherited from class org.mule.config.spring.handlers.AbstractMuleNamespaceHandler
findConnectorClass, getGlobalEndpointBuilderBeanClass, getInboundEndpointFactoryBeanClass, getOutboundEndpointFactoryBeanClass, registerConnectorDefinitionParser, registerConnectorDefinitionParser, registerConnectorDefinitionParser, registerDeprecatedBeanDefinitionParser, registerIgnoredElement, registerMetaTransportEndpoints, registerMuleBeanDefinitionParser, registerStandardTransportEndpoints
 
Methods inherited from class org.springframework.beans.factory.xml.NamespaceHandlerSupport
decorate, parse, registerBeanDefinitionDecorator, registerBeanDefinitionDecoratorForAttribute, registerBeanDefinitionParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUEUE

public static final String QUEUE
See Also:
Constant Field Values

TOPIC

public static final String TOPIC
See Also:
Constant Field Values

NUMBER_OF_CONSUMERS_ATTRIBUTE

public static final String NUMBER_OF_CONSUMERS_ATTRIBUTE
See Also:
Constant Field Values

NUMBER_OF_CONCURRENT_TRANSACTED_RECEIVERS_ATTRIBUTE

public static final String NUMBER_OF_CONCURRENT_TRANSACTED_RECEIVERS_ATTRIBUTE
See Also:
Constant Field Values

NUMBER_OF_CONSUMERS_PROPERTY

public static final String NUMBER_OF_CONSUMERS_PROPERTY
See Also:
Constant Field Values

JMS_ATTRIBUTES

public static final String[][] JMS_ATTRIBUTES
Constructor Detail

JmsNamespaceHandler

public JmsNamespaceHandler()
Method Detail

init

public void init()

registerJmsTransportEndpoints

protected void registerJmsTransportEndpoints()
Need to use the most complex constructors as have mutually exclusive address aattributes


registerJmsEndpointDefinitionParser

protected void registerJmsEndpointDefinitionParser(String element,
                                                   MuleDefinitionParser parser)


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.