public class JBIDestination
extends org.apache.cxf.transport.AbstractDestination
| Modifier and Type | Class and Description |
|---|---|
protected class |
JBIDestination.BackChannelConduit |
| Constructor and Description |
|---|
JBIDestination(org.apache.cxf.service.model.EndpointInfo info,
JBIDispatcherUtil dispatcher,
javax.jbi.messaging.DeliveryChannel dc) |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
deactivate() |
javax.jbi.messaging.DeliveryChannel |
getDeliveryChannel() |
protected org.apache.cxf.transport.Conduit |
getInbuiltBackChannel(org.apache.cxf.message.Message inMessage) |
JBIDispatcherUtil |
getJBIDispatcherUtil() |
protected java.util.logging.Logger |
getLogger() |
void |
setDeliveryChannel(javax.jbi.messaging.DeliveryChannel dc) |
void |
shutdown() |
getAddress, getBackChannel, getEndpointInfogetMessageObserver, getTargetReference, getTargetReference, setMessageObserverpublic JBIDestination(org.apache.cxf.service.model.EndpointInfo info,
JBIDispatcherUtil dispatcher,
javax.jbi.messaging.DeliveryChannel dc)
public void setDeliveryChannel(javax.jbi.messaging.DeliveryChannel dc)
public javax.jbi.messaging.DeliveryChannel getDeliveryChannel()
protected java.util.logging.Logger getLogger()
getLogger in class org.apache.cxf.transport.AbstractObservableprotected org.apache.cxf.transport.Conduit getInbuiltBackChannel(org.apache.cxf.message.Message inMessage)
getInbuiltBackChannel in class org.apache.cxf.transport.AbstractDestinationinMessage - the incoming messagepublic void shutdown()
shutdown in interface org.apache.cxf.transport.Destinationshutdown in class org.apache.cxf.transport.AbstractDestinationpublic void deactivate()
deactivate in class org.apache.cxf.transport.AbstractObservablepublic void activate()
activate in class org.apache.cxf.transport.AbstractObservablepublic JBIDispatcherUtil getJBIDispatcherUtil()
Copyright © 2005-2014 FuseSource. All Rights Reserved.