public class TCPConduit extends AbstractConduit implements Configurable, Assertor
target
incomingObserver
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, toString
activate, deactivate, getMessageObserver, getTargetReference, getTargetReference, setMessageObserver
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMessageObserver, setMessageObserver
public TCPConduit(EndpointReferenceType t) throws IOException
IOException
public TCPConduit(EndpointInfo ei) throws IOException
IOException
protected Logger getLogger()
getLogger
in class AbstractObservable
public String getBeanName()
Configurable
getBeanName
in interface Configurable
public void assertMessage(Message message)
assertMessage
in interface Assertor
public void prepare(Message message) throws IOException
Conduit
prepare
in interface Conduit
message
- the message to be sent.IOException
public void close(Message message)
Conduit
close
in interface Conduit
close
in class AbstractConduit
public void close()
AbstractConduit
close
in interface Conduit
close
in class AbstractConduit
Apache CXF