Apache CXF API

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

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

public class SoapTcpCodecFactory
extends Object


Constructor Summary
SoapTcpCodecFactory()
           
 
Method Summary
 ProtocolDecoder getDecoder(IoSession arg0)
           
 ProtocolEncoder getEncoder(IoSession arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapTcpCodecFactory

public SoapTcpCodecFactory()
Method Detail

getDecoder

public ProtocolDecoder getDecoder(IoSession arg0)
                           throws Exception
Throws:
Exception

getEncoder

public ProtocolEncoder getEncoder(IoSession arg0)
                           throws Exception
Throws:
Exception

Apache CXF API

Apache CXF