Spring Integration

Package org.springframework.integration.ip.config

Provides classes for configuration - parsers, namespace handlers, factory beans.

See:
          Description

Class Summary
IpAdapterParserUtils Utility methods and constants for IP adapter parsers.
IpNamespaceHandler Namespace handler for Spring Integration's ip namespace.
TcpConnectionFactoryFactoryBean Instantiates a TcpN(et|io)(Server|Client)ConnectionFactory, depending on type and using-nio attributes.
TcpConnectionParser  
TcpInboundChannelAdapterParser Channel Adapter that receives TCP stream frames and maps them to Messages.
TcpInboundGatewayParser  
TcpOutboundChannelAdapterParser  
TcpOutboundGatewayParser Parser for the <outbound-gateway> element of the integration 'jms' namespace.
UdpInboundChannelAdapterParser Channel Adapter that receives UDP datagram packets and maps them to Messages.
UdpOutboundChannelAdapterParser  
 

Package org.springframework.integration.ip.config Description

Provides classes for configuration - parsers, namespace handlers, factory beans.


Spring Integration