org.apache.servicemix.cxf.transport.jbi
Class JBIConduit
java.lang.Object
org.apache.cxf.transport.AbstractObservable
org.apache.cxf.transport.AbstractConduit
org.apache.servicemix.cxf.transport.jbi.JBIConduit
- All Implemented Interfaces:
- org.apache.cxf.transport.Conduit, org.apache.cxf.transport.Observable
public class JBIConduit
- extends org.apache.cxf.transport.AbstractConduit
| Fields inherited from class org.apache.cxf.transport.AbstractConduit |
target |
| Fields inherited from class org.apache.cxf.transport.AbstractObservable |
incomingObserver |
|
Constructor Summary |
JBIConduit(org.apache.cxf.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)
|
|
Method Summary |
org.apache.cxf.Bus |
getBus()
|
protected java.util.logging.Logger |
getLogger()
|
void |
prepare(org.apache.cxf.message.Message message)
|
| Methods inherited from class org.apache.cxf.transport.AbstractConduit |
close, close, getTarget, toString |
| Methods inherited from class org.apache.cxf.transport.AbstractObservable |
activate, deactivate, getMessageObserver, getTargetReference, getTargetReference, setMessageObserver |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.cxf.transport.Observable |
getMessageObserver, setMessageObserver |
JBIConduit
public JBIConduit(org.apache.cxf.ws.addressing.EndpointReferenceType target,
javax.jbi.messaging.DeliveryChannel dc)
JBIConduit
public JBIConduit(org.apache.cxf.Bus b,
org.apache.cxf.ws.addressing.EndpointReferenceType target,
javax.jbi.messaging.DeliveryChannel dc)
getBus
public org.apache.cxf.Bus getBus()
getLogger
protected java.util.logging.Logger getLogger()
- Specified by:
getLogger in class org.apache.cxf.transport.AbstractObservable
prepare
public void prepare(org.apache.cxf.message.Message message)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2005-2013 FuseSource. All Rights Reserved.