org.apache.cxf.transport.jbi
Class JBIConduit
java.lang.Object
org.apache.cxf.transport.AbstractObservable
org.apache.cxf.transport.AbstractConduit
org.apache.cxf.transport.jbi.JBIConduit
- All Implemented Interfaces:
- Conduit, Observable
public class JBIConduit
- extends AbstractConduit
Constructor Summary |
JBIConduit(Bus b,
org.apache.cxf.ws.addressing.EndpointReferenceType target,
javax.jbi.messaging.DeliveryChannel dc)
|
JBIConduit(org.apache.cxf.ws.addressing.EndpointReferenceType target,
javax.jbi.messaging.DeliveryChannel dc)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JBIConduit
public JBIConduit(org.apache.cxf.ws.addressing.EndpointReferenceType target,
javax.jbi.messaging.DeliveryChannel dc)
JBIConduit
public JBIConduit(Bus b,
org.apache.cxf.ws.addressing.EndpointReferenceType target,
javax.jbi.messaging.DeliveryChannel dc)
getBus
public Bus getBus()
getLogger
protected java.util.logging.Logger getLogger()
- Specified by:
getLogger
in class AbstractObservable
- Returns:
- the logger to use
prepare
public void prepare(Message message)
throws java.io.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.
- Parameters:
message
- the message to be sent.
- Throws:
java.io.IOException
Apache CXF