Package | Description |
---|---|
org.springframework.integration.ip.config |
Provides classes for configuration - parsers, namespace handlers, factory beans.
|
org.springframework.integration.ip.tcp.connection |
All things related to tcp connections - client and
server factories; listener and sender interfaces.
|
Modifier and Type | Method and Description |
---|---|
void |
TcpConnectionFactoryFactoryBean.setMapper(TcpMessageMapper mapper) |
Modifier and Type | Class and Description |
---|---|
class |
MessageConvertingTcpMessageMapper |
Modifier and Type | Method and Description |
---|---|
TcpMessageMapper |
CachingClientConnectionFactory.getMapper() |
TcpMessageMapper |
AbstractConnectionFactory.getMapper() |
TcpMessageMapper |
TcpConnectionSupport.getMapper() |
Modifier and Type | Method and Description |
---|---|
void |
TcpConnectionInterceptorSupport.setMapper(TcpMessageMapper mapper) |
void |
CachingClientConnectionFactory.setMapper(TcpMessageMapper mapper) |
void |
AbstractConnectionFactory.setMapper(TcpMessageMapper mapper) |
void |
TcpConnectionSupport.setMapper(TcpMessageMapper mapper) |
Copyright © 2015. All rights reserved.