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, org.apache.mina.core.service.IoHandler
public final class SoapTcpDestination
- extends AbstractDestination
- implements org.apache.mina.core.service.IoHandler
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(org.apache.mina.core.session.IoSession session,
Throwable cause)
throws Exception
- Specified by:
exceptionCaught
in interface org.apache.mina.core.service.IoHandler
- Throws:
Exception
messageReceived
public void messageReceived(org.apache.mina.core.session.IoSession session,
Object message)
throws Exception
- Specified by:
messageReceived
in interface org.apache.mina.core.service.IoHandler
- Throws:
Exception
messageSent
public void messageSent(org.apache.mina.core.session.IoSession session,
Object message)
throws Exception
- Specified by:
messageSent
in interface org.apache.mina.core.service.IoHandler
- Throws:
Exception
sessionClosed
public void sessionClosed(org.apache.mina.core.session.IoSession session)
throws Exception
- Specified by:
sessionClosed
in interface org.apache.mina.core.service.IoHandler
- Throws:
Exception
sessionCreated
public void sessionCreated(org.apache.mina.core.session.IoSession session)
throws Exception
- Specified by:
sessionCreated
in interface org.apache.mina.core.service.IoHandler
- Throws:
Exception
sessionIdle
public void sessionIdle(org.apache.mina.core.session.IoSession session,
org.apache.mina.core.session.IdleStatus status)
throws Exception
- Specified by:
sessionIdle
in interface org.apache.mina.core.service.IoHandler
- Throws:
Exception
sessionOpened
public void sessionOpened(org.apache.mina.core.session.IoSession session)
throws Exception
- Specified by:
sessionOpened
in interface org.apache.mina.core.service.IoHandler
- Throws:
Exception
Apache CXF