org.apache.cxf.transport.jbi
Class JBIDestination
java.lang.Object
org.apache.cxf.transport.AbstractObservable
org.apache.cxf.transport.AbstractDestination
org.apache.cxf.transport.jbi.JBIDestination
- All Implemented Interfaces:
- Destination, Observable
public class JBIDestination
- extends AbstractDestination
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JBIDestination
public JBIDestination(EndpointInfo info,
JBIDispatcherUtil dispatcher,
javax.jbi.messaging.DeliveryChannel dc)
setDeliveryChannel
public void setDeliveryChannel(javax.jbi.messaging.DeliveryChannel dc)
getDeliveryChannel
public javax.jbi.messaging.DeliveryChannel getDeliveryChannel()
getLogger
protected java.util.logging.Logger getLogger()
- Specified by:
getLogger
in class AbstractObservable
- Returns:
- the logger to use
getInbuiltBackChannel
protected Conduit getInbuiltBackChannel(Message inMessage)
- Specified by:
getInbuiltBackChannel
in class AbstractDestination
- Parameters:
inMessage
- the incoming message
- Returns:
- the inbuilt backchannel
shutdown
public void shutdown()
- Description copied from class:
AbstractDestination
- Shutdown the Destination, i.e. stop accepting incoming messages.
- Specified by:
shutdown
in interface Destination
- Overrides:
shutdown
in class AbstractDestination
deactivate
public void deactivate()
- Description copied from class:
AbstractObservable
- Deactivate messages flow.
- Overrides:
deactivate
in class AbstractObservable
activate
public void activate()
- Description copied from class:
AbstractObservable
- Activate messages flow.
- Overrides:
activate
in class AbstractObservable
getJBIDispatcherUtil
public JBIDispatcherUtil getJBIDispatcherUtil()
Apache CXF