public class TCPConduit extends AbstractConduit implements Configurable, Assertor
targetincomingObserver| Constructor and Description |
|---|
TCPConduit(EndpointInfo ei) |
TCPConduit(EndpointReferenceType t) |
| Modifier and Type | Method and Description |
|---|---|
void |
assertMessage(Message message) |
boolean |
canAssert(QName type) |
void |
close()
Close the conduit.
|
void |
close(Message message)
Close the connections associated with the message
|
String |
getBeanName()
Get the configurable object's Bean name
|
protected Logger |
getLogger() |
void |
prepare(Message message)
Prepare the message for sending.
|
getTarget, toStringactivate, deactivate, getMessageObserver, getTargetReference, getTargetReference, setMessageObserverclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMessageObserver, setMessageObserverpublic TCPConduit(EndpointReferenceType t) throws IOException
IOExceptionpublic TCPConduit(EndpointInfo ei) throws IOException
IOExceptionprotected Logger getLogger()
getLogger in class AbstractObservablepublic String getBeanName()
ConfigurablegetBeanName in interface Configurablepublic void assertMessage(Message message)
assertMessage in interface Assertorpublic void prepare(Message message) throws IOException
Conduitprepare in interface Conduitmessage - the message to be sent.IOExceptionpublic void close(Message message)
Conduitclose in interface Conduitclose in class AbstractConduitmessage - for which content should be closed.public void close()
AbstractConduitclose in interface Conduitclose in class AbstractConduitApache CXF