Apache CXF API

org.apache.cxf.binding.soap.tcp
Class SoapTcpMessageEncoder

java.lang.Object
  extended by ProtocolEncoderAdapter
      extended by org.apache.cxf.binding.soap.tcp.SoapTcpMessageEncoder

public class SoapTcpMessageEncoder
extends ProtocolEncoderAdapter


Constructor Summary
SoapTcpMessageEncoder()
           
 
Method Summary
 void encode(IoSession session, Object obj, ProtocolEncoderOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapTcpMessageEncoder

public SoapTcpMessageEncoder()
Method Detail

encode

public void encode(IoSession session,
                   Object obj,
                   ProtocolEncoderOutput out)
            throws Exception
Throws:
Exception

Apache CXF API

Apache CXF