|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.ip.tcp.connection.TcpMessageMapper
org.springframework.integration.ip.tcp.connection.MessageConvertingTcpMessageMapper
public class MessageConvertingTcpMessageMapper
Field Summary |
---|
Fields inherited from class org.springframework.integration.ip.tcp.connection.TcpMessageMapper |
---|
logger |
Constructor Summary | |
---|---|
MessageConvertingTcpMessageMapper(MessageConverter messageConverter)
|
Method Summary | |
---|---|
java.lang.Object |
fromMessage(Message<?> message)
|
Message<java.lang.Object> |
toMessage(TcpConnection connection)
|
Methods inherited from class org.springframework.integration.ip.tcp.connection.TcpMessageMapper |
---|
addCustomHeaders, addStandardHeaders, setApplySequence, setCharset, setStringToBytes, supplyCustomHeaders |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageConvertingTcpMessageMapper(MessageConverter messageConverter)
Method Detail |
---|
public Message<java.lang.Object> toMessage(TcpConnection connection) throws java.lang.Exception
toMessage
in interface InboundMessageMapper<TcpConnection>
toMessage
in class TcpMessageMapper
java.lang.Exception
public java.lang.Object fromMessage(Message<?> message) throws java.lang.Exception
fromMessage
in interface OutboundMessageMapper<java.lang.Object>
fromMessage
in class TcpMessageMapper
java.lang.Exception
|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |