org.apache.cxf.binding.soap.tcp
Class SoapTcpDestination
java.lang.Object
org.apache.cxf.transport.AbstractObservable
org.apache.cxf.transport.AbstractDestination
org.apache.cxf.binding.soap.tcp.SoapTcpDestination
- All Implemented Interfaces:
- Destination, DestinationWithEndpoint, Observable
public final class SoapTcpDestination
- extends AbstractDestination
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SoapTcpDestination
public SoapTcpDestination(EndpointReferenceType ref,
EndpointInfo ei)
throws IOException
- Throws:
IOException
SoapTcpDestination
public SoapTcpDestination(Bus b,
EndpointReferenceType ref,
EndpointInfo ei)
throws IOException
- Throws:
IOException
getInbuiltBackChannel
protected Conduit getInbuiltBackChannel(Message inMessage)
- Specified by:
getInbuiltBackChannel
in class AbstractDestination
- Parameters:
inMessage
- the incoming message
- Returns:
- the inbuilt backchannel
getLogger
protected Logger getLogger()
- Specified by:
getLogger
in class AbstractObservable
- Returns:
- the logger to use
exceptionCaught
public void exceptionCaught(IoSession session,
Throwable cause)
throws Exception
- Throws:
Exception
messageReceived
public void messageReceived(IoSession session,
Object message)
throws Exception
- Throws:
Exception
messageSent
public void messageSent(IoSession session,
Object message)
throws Exception
- Throws:
Exception
sessionClosed
public void sessionClosed(IoSession session)
throws Exception
- Throws:
Exception
sessionCreated
public void sessionCreated(IoSession session)
throws Exception
- Throws:
Exception
sessionIdle
public void sessionIdle(IoSession session,
IdleStatus status)
throws Exception
- Throws:
Exception
sessionOpened
public void sessionOpened(IoSession session)
throws Exception
- Throws:
Exception
Apache CXF