Apache CXF API

org.apache.cxf.binding.soap.tcp
Class SoapTcpDestination

java.lang.Object
  extended by org.apache.cxf.transport.AbstractObservable
      extended by org.apache.cxf.transport.AbstractDestination
          extended by org.apache.cxf.binding.soap.tcp.SoapTcpDestination
All Implemented Interfaces:
Destination, DestinationWithEndpoint, Observable

public final class SoapTcpDestination
extends AbstractDestination


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.cxf.transport.AbstractDestination
AbstractDestination.AbstractBackChannelConduit
 
Field Summary
 
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(Bus b, EndpointReferenceType ref, EndpointInfo ei)
           
SoapTcpDestination(EndpointReferenceType ref, EndpointInfo ei)
           
 
Method Summary
 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)
           
 
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
 

Constructor Detail

SoapTcpDestination

public SoapTcpDestination(EndpointReferenceType ref,
                          EndpointInfo ei)
                   throws IOException
Throws:
IOException

SoapTcpDestination

public SoapTcpDestination(Bus b,
                          EndpointReferenceType ref,
                          EndpointInfo ei)
                   throws IOException
Throws:
IOException
Method Detail

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 API

Apache CXF