Spring Integration

Package org.springframework.integration.xmpp.config

Contains parser classes for the XMPP namespace support.

See:
          Description

Class Summary
AbstractXmppInboundChannelAdapterParser Base class for XMPP inbound parsers
AbstractXmppOutboundChannelAdapterParser Base class of XMPP outbound parsers
ChatMessageInboundChannelAdapterParser Parser for the XMPP 'inbound-channel-adapter' element.
ChatMessageOutboundChannelAdapterParser Parser for the XMPP 'outbound-channel-adapter' element
PresenceInboundChannelAdapterParser Parser for 'xmpp:presence-inbound-channel-adapter' element.
PresenceOutboundChannelAdapterParser Parser for 'xmpp:presence-outbound-channel-adapter' element
XmppConnectionFactoryBean This class configures an XMPPConnection object.
XmppConnectionParser Parser for 'xmpp:xmpp-connection' element
XmppHeaderEnricherParser Parser for 'xmpp:header-enricher' element
XmppNamespaceHandler This class parses the schema for XMPP support.
 

Package org.springframework.integration.xmpp.config Description

Contains parser classes for the XMPP namespace support.


Spring Integration