org.apache.cxf.binding.soap.tcp
Class SoapTcpCodecFactory
java.lang.Object
org.apache.cxf.binding.soap.tcp.SoapTcpCodecFactory
public class SoapTcpCodecFactory
- extends Object
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 |
SoapTcpCodecFactory
public SoapTcpCodecFactory()
getDecoder
public ProtocolDecoder getDecoder(IoSession arg0)
throws Exception
- Throws:
Exception
getEncoder
public ProtocolEncoder getEncoder(IoSession arg0)
throws Exception
- Throws:
Exception
Apache CXF