org.apache.cxf.binding.soap.tcp
Class BackendTcpConduit
java.lang.Object
org.apache.cxf.transport.AbstractObservable
org.apache.cxf.transport.AbstractConduit
org.apache.cxf.binding.soap.tcp.BackendTcpConduit
- All Implemented Interfaces:
- Configurable, Conduit, Observable, Assertor
public class BackendTcpConduit
- extends AbstractConduit
- implements Configurable, Assertor
BackendTcpConduit
public BackendTcpConduit(IoSession session)
getLogger
protected Logger getLogger()
- Specified by:
getLogger
in class AbstractObservable
- Returns:
- the logger to use
getBeanName
public String getBeanName()
- Description copied from interface:
Configurable
- Get the configurable object's Bean name
- Specified by:
getBeanName
in interface Configurable
- Returns:
- the bean name
assertMessage
public void assertMessage(Message message)
- Specified by:
assertMessage
in interface Assertor
canAssert
public boolean canAssert(QName type)
- Specified by:
canAssert
in interface Assertor
prepare
public void prepare(Message message)
throws IOException
- Description copied from interface:
Conduit
- Prepare the message for sending. This will typically involve setting
an OutputStream on the message, but it may do nothing at all.
- Specified by:
prepare
in interface Conduit
- Parameters:
message
- the message to be sent.
- Throws:
IOException
close
public void close(Message msg)
throws IOException
- Description copied from interface:
Conduit
- Close the connections associated with the message
- Specified by:
close
in interface Conduit
- Overrides:
close
in class AbstractConduit
- Throws:
IOException
Apache CXF