Spring Integration IP Extensions

org.springframework.integration.x.ip.websocket
Class WebSocketMessageMapper

java.lang.Object
  extended by org.springframework.integration.ip.tcp.connection.TcpMessageMapper
      extended by org.springframework.integration.x.ip.websocket.WebSocketMessageMapper
All Implemented Interfaces:
org.springframework.integration.mapping.InboundMessageMapper<org.springframework.integration.ip.tcp.connection.TcpConnection>, org.springframework.integration.mapping.OutboundMessageMapper<java.lang.Object>

public class WebSocketMessageMapper
extends org.springframework.integration.ip.tcp.connection.TcpMessageMapper

Since:
3.0
Author:
Gary Russell

Constructor Summary
WebSocketMessageMapper(WebSocketTcpConnectionInterceptorFactory connectionInterceptorFactory)
           
 
Method Summary
protected  java.util.Map<java.lang.String,?> supplyCustomHeaders(org.springframework.integration.ip.tcp.connection.TcpConnection connection)
           
 
Methods inherited from class org.springframework.integration.ip.tcp.connection.TcpMessageMapper
fromMessage, setApplySequence, setCharset, setStringToBytes, toMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebSocketMessageMapper

public WebSocketMessageMapper(WebSocketTcpConnectionInterceptorFactory connectionInterceptorFactory)
Method Detail

supplyCustomHeaders

protected java.util.Map<java.lang.String,?> supplyCustomHeaders(org.springframework.integration.ip.tcp.connection.TcpConnection connection)
Overrides:
supplyCustomHeaders in class org.springframework.integration.ip.tcp.connection.TcpMessageMapper

Spring Integration IP Extensions