public final class SoapTcpDestination extends AbstractDestination implements org.apache.mina.core.service.IoHandler
AbstractDestination.AbstractBackChannelConduit
bus, endpointInfo, reference
incomingObserver
Constructor and Description |
---|
SoapTcpDestination(Bus b,
EndpointReferenceType ref,
EndpointInfo ei) |
SoapTcpDestination(EndpointReferenceType ref,
EndpointInfo ei) |
Modifier and Type | Method and Description |
---|---|
void |
exceptionCaught(org.apache.mina.core.session.IoSession session,
Throwable cause) |
protected Conduit |
getInbuiltBackChannel(Message inMessage) |
protected Logger |
getLogger() |
void |
messageReceived(org.apache.mina.core.session.IoSession session,
Object message) |
void |
messageSent(org.apache.mina.core.session.IoSession session,
Object message) |
void |
sessionClosed(org.apache.mina.core.session.IoSession session) |
void |
sessionCreated(org.apache.mina.core.session.IoSession session) |
void |
sessionIdle(org.apache.mina.core.session.IoSession session,
org.apache.mina.core.session.IdleStatus status) |
void |
sessionOpened(org.apache.mina.core.session.IoSession session) |
getAddress, getBackChannel, getEndpointInfo, shutdown
activate, deactivate, getMessageObserver, getTargetReference, getTargetReference, setMessageObserver
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMessageObserver
setMessageObserver
public SoapTcpDestination(EndpointReferenceType ref, EndpointInfo ei) throws IOException
IOException
public SoapTcpDestination(Bus b, EndpointReferenceType ref, EndpointInfo ei) throws IOException
IOException
protected Conduit getInbuiltBackChannel(Message inMessage)
getInbuiltBackChannel
in class AbstractDestination
inMessage
- the incoming messageprotected Logger getLogger()
getLogger
in class AbstractObservable
public void exceptionCaught(org.apache.mina.core.session.IoSession session, Throwable cause) throws Exception
exceptionCaught
in interface org.apache.mina.core.service.IoHandler
Exception
public void messageReceived(org.apache.mina.core.session.IoSession session, Object message) throws Exception
messageReceived
in interface org.apache.mina.core.service.IoHandler
Exception
public void messageSent(org.apache.mina.core.session.IoSession session, Object message) throws Exception
messageSent
in interface org.apache.mina.core.service.IoHandler
Exception
public void sessionClosed(org.apache.mina.core.session.IoSession session) throws Exception
sessionClosed
in interface org.apache.mina.core.service.IoHandler
Exception
public void sessionCreated(org.apache.mina.core.session.IoSession session) throws Exception
sessionCreated
in interface org.apache.mina.core.service.IoHandler
Exception
public void sessionIdle(org.apache.mina.core.session.IoSession session, org.apache.mina.core.session.IdleStatus status) throws Exception
sessionIdle
in interface org.apache.mina.core.service.IoHandler
Exception
Apache CXF