Apache CXF API

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

java.lang.Object
  extended by ProtocolDecoderAdapter
      extended by org.apache.cxf.binding.soap.tcp.SoapTcpMessageDecoder

public class SoapTcpMessageDecoder
extends ProtocolDecoderAdapter


Constructor Summary
SoapTcpMessageDecoder()
           
 
Method Summary
 void decode(IoSession session, IoBuffer buffer, ProtocolDecoderOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapTcpMessageDecoder

public SoapTcpMessageDecoder()
Method Detail

decode

public void decode(IoSession session,
                   IoBuffer buffer,
                   ProtocolDecoderOutput out)
            throws Exception
Throws:
Exception

Apache CXF API

Apache CXF