org.mule.transport.amqp.config
Class AmqpNamespaceHandler
java.lang.Object
org.springframework.beans.factory.xml.NamespaceHandlerSupport
org.mule.config.spring.handlers.AbstractMuleNamespaceHandler
org.mule.transport.amqp.config.AmqpNamespaceHandler
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.NamespaceHandler
- Direct Known Subclasses:
- AmqpsNamespaceHandler
public class AmqpNamespaceHandler
- extends org.mule.config.spring.handlers.AbstractMuleNamespaceHandler
Registers a Bean Definition Parser for handling
elements and
supporting endpoint elements.
Fields inherited from class org.mule.config.spring.handlers.AbstractMuleNamespaceHandler |
GLOBAL_ENDPOINT, INBOUND_ENDPOINT, logger, OUTBOUND_ENDPOINT |
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 |
AmqpNamespaceHandler
public AmqpNamespaceHandler()
init
public void init()
getConnectorClass
protected Class<? extends AmqpConnector> getConnectorClass()
getConnectorProtocol
protected String getConnectorProtocol()
registerAmqpTransportEndpoints
protected void registerAmqpTransportEndpoints()
registerAmqpEndpointDefinitionParser
protected void registerAmqpEndpointDefinitionParser(String element,
org.mule.config.spring.parsers.MuleDefinitionParser parser)
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.