Spring Integration

org.springframework.integration.xmpp.config
Class XmppNamespaceHandler

java.lang.Object
  extended by org.springframework.beans.factory.xml.NamespaceHandlerSupport
      extended by org.springframework.integration.xmpp.config.XmppNamespaceHandler
All Implemented Interfaces:
org.springframework.beans.factory.xml.NamespaceHandler

public class XmppNamespaceHandler
extends org.springframework.beans.factory.xml.NamespaceHandlerSupport

This class parses the schema for XMPP support.

Since:
2.0
Author:
Josh Long, Mark Fisher, Oleg Zhurakousky

Field Summary
static java.lang.String XMPP_CONNECTION_BEAN_NAME
           
 
Constructor Summary
XmppNamespaceHandler()
           
 
Method Summary
 void init()
           
 
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

XMPP_CONNECTION_BEAN_NAME

public static final java.lang.String XMPP_CONNECTION_BEAN_NAME
See Also:
Constant Field Values
Constructor Detail

XmppNamespaceHandler

public XmppNamespaceHandler()
Method Detail

init

public void init()

Spring Integration