public final class SoapTcpDestination extends AbstractDestination
AbstractDestination.AbstractBackChannelConduitbus, endpointInfo, referenceincomingObserver| Constructor and Description |
|---|
SoapTcpDestination(Bus b,
EndpointReferenceType ref,
EndpointInfo ei) |
SoapTcpDestination(EndpointReferenceType ref,
EndpointInfo ei) |
| Modifier and Type | Method and Description |
|---|---|
void |
exceptionCaught(IoSession session,
Throwable cause) |
protected Conduit |
getInbuiltBackChannel(Message inMessage) |
protected Logger |
getLogger() |
void |
messageReceived(IoSession session,
Object message) |
void |
messageSent(IoSession session,
Object message) |
void |
sessionClosed(IoSession session) |
void |
sessionCreated(IoSession session) |
void |
sessionIdle(IoSession session,
IdleStatus status) |
void |
sessionOpened(IoSession session) |
getAddress, getBackChannel, getEndpointInfo, shutdownactivate, deactivate, getMessageObserver, getTargetReference, getTargetReference, setMessageObserverclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMessageObserversetMessageObserverpublic SoapTcpDestination(EndpointReferenceType ref, EndpointInfo ei) throws IOException
IOExceptionpublic SoapTcpDestination(Bus b, EndpointReferenceType ref, EndpointInfo ei) throws IOException
IOExceptionprotected Conduit getInbuiltBackChannel(Message inMessage)
getInbuiltBackChannel in class AbstractDestinationinMessage - the incoming messageprotected Logger getLogger()
getLogger in class AbstractObservablepublic void exceptionCaught(IoSession session,
Throwable cause)
throws Exception
Exceptionpublic void messageReceived(IoSession session,
Object message)
throws Exception
Exceptionpublic void messageSent(IoSession session,
Object message)
throws Exception
Exceptionpublic void sessionIdle(IoSession session,
IdleStatus status)
throws Exception
ExceptionApache CXF