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:
- org.apache.cxf.transport.Destination, org.apache.cxf.transport.DestinationWithEndpoint, org.apache.cxf.transport.Observable, org.apache.mina.core.service.IoHandler
public final class SoapTcpDestination
- extends org.apache.cxf.transport.AbstractDestination
- implements org.apache.mina.core.service.IoHandler
| Nested classes/interfaces inherited from class org.apache.cxf.transport.AbstractDestination |
org.apache.cxf.transport.AbstractDestination.AbstractBackChannelConduit |
| Fields inherited from class org.apache.cxf.transport.AbstractDestination |
bus, endpointInfo, reference |
| Fields inherited from class org.apache.cxf.transport.AbstractObservable |
incomingObserver |
|
Constructor Summary |
SoapTcpDestination(org.apache.cxf.Bus b,
org.apache.cxf.ws.addressing.EndpointReferenceType ref,
org.apache.cxf.service.model.EndpointInfo ei)
|
SoapTcpDestination(org.apache.cxf.ws.addressing.EndpointReferenceType ref,
org.apache.cxf.service.model.EndpointInfo ei)
|
| Methods inherited from class org.apache.cxf.transport.AbstractDestination |
getAddress, getBackChannel, getEndpointInfo, shutdown |
| Methods inherited from class org.apache.cxf.transport.AbstractObservable |
activate, deactivate, getMessageObserver, getTargetReference, getTargetReference, setMessageObserver |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.cxf.transport.Destination |
getMessageObserver |
| Methods inherited from interface org.apache.cxf.transport.Observable |
setMessageObserver |
SoapTcpDestination
public SoapTcpDestination(org.apache.cxf.ws.addressing.EndpointReferenceType ref,
org.apache.cxf.service.model.EndpointInfo ei)
throws IOException
- Throws:
IOException
SoapTcpDestination
public SoapTcpDestination(org.apache.cxf.Bus b,
org.apache.cxf.ws.addressing.EndpointReferenceType ref,
org.apache.cxf.service.model.EndpointInfo ei)
throws IOException
- Throws:
IOException
getInbuiltBackChannel
protected org.apache.cxf.transport.Conduit getInbuiltBackChannel(org.apache.cxf.message.Message inMessage)
- Specified by:
getInbuiltBackChannel in class org.apache.cxf.transport.AbstractDestination
getLogger
protected Logger getLogger()
- Specified by:
getLogger in class org.apache.cxf.transport.AbstractObservable
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