Uses of Class
org.springframework.integration.ip.tcp.connection.TcpMessageMapper
Packages that use TcpMessageMapper
Package
Description
Provides classes for configuration - parsers, namespace handlers, factory beans.
Provides TCP/UDP Component support for the Java DSL.
All things related to tcp connections - client and
 server factories; listener and sender interfaces.
- 
Uses of TcpMessageMapper in org.springframework.integration.ip.configMethods in org.springframework.integration.ip.config with parameters of type TcpMessageMapperModifier and TypeMethodDescriptionvoidTcpConnectionFactoryFactoryBean.setMapper(TcpMessageMapper mapper) 
- 
Uses of TcpMessageMapper in org.springframework.integration.ip.dslMethods in org.springframework.integration.ip.dsl with parameters of type TcpMessageMapper
- 
Uses of TcpMessageMapper in org.springframework.integration.ip.tcp.connectionSubclasses of TcpMessageMapper in org.springframework.integration.ip.tcp.connectionMethods in org.springframework.integration.ip.tcp.connection that return TcpMessageMapperModifier and TypeMethodDescriptionAbstractConnectionFactory.getMapper()CachingClientConnectionFactory.getMapper()TcpConnectionSupport.getMapper()ThreadAffinityClientConnectionFactory.getMapper()Methods in org.springframework.integration.ip.tcp.connection with parameters of type TcpMessageMapperModifier and TypeMethodDescriptionvoidAbstractConnectionFactory.setMapper(TcpMessageMapper mapper) voidCachingClientConnectionFactory.setMapper(TcpMessageMapper mapper) voidTcpConnectionInterceptorSupport.setMapper(TcpMessageMapper mapper) voidTcpConnectionSupport.setMapper(TcpMessageMapper mapper) voidThreadAffinityClientConnectionFactory.setMapper(TcpMessageMapper mapper)