Class StompNamespaceHandler
java.lang.Object
org.springframework.beans.factory.xml.NamespaceHandlerSupport
org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler
org.springframework.integration.stomp.config.StompNamespaceHandler
- All Implemented Interfaces:
NamespaceHandler
public class StompNamespaceHandler extends AbstractIntegrationNamespaceHandler
- Since:
- 4.2
- Author:
- Artem Bilan
-
Constructor Summary
Constructors Constructor Description StompNamespaceHandler()
-
Method Summary
Modifier and Type Method Description void
init()
Methods inherited from class org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler
parse
Methods inherited from class org.springframework.beans.factory.xml.NamespaceHandlerSupport
decorate, registerBeanDefinitionDecorator, registerBeanDefinitionDecoratorForAttribute, registerBeanDefinitionParser
-
Constructor Details
-
StompNamespaceHandler
public StompNamespaceHandler()
-
-
Method Details
-
init
public void init()
-