public class BackendTcpConduit extends AbstractConduit implements Configurable, Assertor
targetincomingObserver| Constructor and Description |
|---|
BackendTcpConduit(org.apache.mina.core.session.IoSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
assertMessage(Message message) |
boolean |
canAssert(QName type) |
void |
close(Message msg)
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.
|
close, getTarget, toStringactivate, deactivate, getMessageObserver, getTargetReference, getTargetReference, setMessageObserverclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMessageObserver, setMessageObserverpublic BackendTcpConduit(org.apache.mina.core.session.IoSession session)
protected 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 msg) throws IOException
Conduitclose in interface Conduitclose in class AbstractConduitmsg - for which content should be closed.IOExceptionApache CXF