|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.transport.AbstractObservable
org.apache.cxf.transport.AbstractDestination
org.apache.cxf.binding.soap.tcp.SoapTcpDestination
public final class SoapTcpDestination
| 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 |
|---|
public SoapTcpDestination(EndpointReferenceType ref,
EndpointInfo ei)
throws IOException
IOException
public SoapTcpDestination(Bus b,
EndpointReferenceType ref,
EndpointInfo ei)
throws IOException
IOException| Method Detail |
|---|
protected Conduit getInbuiltBackChannel(Message inMessage)
getInbuiltBackChannel in class AbstractDestinationinMessage - the incoming message
protected Logger getLogger()
getLogger in class AbstractObservable
public void exceptionCaught(IoSession session,
Throwable cause)
throws Exception
Exception
public void messageReceived(IoSession session,
Object message)
throws Exception
Exception
public void messageSent(IoSession session,
Object message)
throws Exception
Exception
public void sessionClosed(IoSession session)
throws Exception
Exception
public void sessionCreated(IoSession session)
throws Exception
Exception
public void sessionIdle(IoSession session,
IdleStatus status)
throws Exception
Exception
public void sessionOpened(IoSession session)
throws Exception
Exception
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||