org.apache.cxf.binding.soap.tcp
Class TCPConduit
java.lang.Object
org.apache.cxf.transport.AbstractObservable
org.apache.cxf.transport.AbstractConduit
org.apache.cxf.binding.soap.tcp.TCPConduit
- All Implemented Interfaces:
- org.apache.cxf.configuration.Configurable, org.apache.cxf.transport.Assertor, org.apache.cxf.transport.Conduit, org.apache.cxf.transport.Observable
public class TCPConduit
- extends org.apache.cxf.transport.AbstractConduit
- implements org.apache.cxf.configuration.Configurable, org.apache.cxf.transport.Assertor
| Fields inherited from class org.apache.cxf.transport.AbstractConduit |
target |
| Fields inherited from class org.apache.cxf.transport.AbstractObservable |
incomingObserver |
|
Constructor Summary |
TCPConduit(org.apache.cxf.service.model.EndpointInfo ei)
|
TCPConduit(org.apache.cxf.ws.addressing.EndpointReferenceType t)
|
| Methods inherited from class org.apache.cxf.transport.AbstractConduit |
getTarget, toString |
| Methods inherited from class org.apache.cxf.transport.AbstractObservable |
activate, deactivate, getMessageObserver, getTargetReference, getTargetReference, setMessageObserver |
| Methods inherited from interface org.apache.cxf.transport.Observable |
getMessageObserver, setMessageObserver |
TCPConduit
public TCPConduit(org.apache.cxf.ws.addressing.EndpointReferenceType t)
throws IOException
- Throws:
IOException
TCPConduit
public TCPConduit(org.apache.cxf.service.model.EndpointInfo ei)
throws IOException
- Throws:
IOException
getLogger
protected Logger getLogger()
- Specified by:
getLogger in class org.apache.cxf.transport.AbstractObservable
getBeanName
public String getBeanName()
- Specified by:
getBeanName in interface org.apache.cxf.configuration.Configurable
assertMessage
public void assertMessage(org.apache.cxf.message.Message message)
- Specified by:
assertMessage in interface org.apache.cxf.transport.Assertor
canAssert
public boolean canAssert(QName type)
- Specified by:
canAssert in interface org.apache.cxf.transport.Assertor
prepare
public void prepare(org.apache.cxf.message.Message message)
throws IOException
- Specified by:
prepare in interface org.apache.cxf.transport.Conduit
- Throws:
IOException
close
public void close(org.apache.cxf.message.Message message)
- Specified by:
close in interface org.apache.cxf.transport.Conduit- Overrides:
close in class org.apache.cxf.transport.AbstractConduit
close
public void close()
- Specified by:
close in interface org.apache.cxf.transport.Conduit- Overrides:
close in class org.apache.cxf.transport.AbstractConduit
Apache CXF