public class BackendTcpConduit extends AbstractConduit implements Configurable, Assertor
target
incomingObserver
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, toString
activate, deactivate, getMessageObserver, getTargetReference, getTargetReference, setMessageObserver
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMessageObserver, setMessageObserver
public BackendTcpConduit(org.apache.mina.core.session.IoSession session)
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 msg) throws IOException
Conduit
close
in interface Conduit
close
in class AbstractConduit
IOException
Apache CXF