org.apache.servicemix.cxf.transport.jbi
Class JBIDestination

java.lang.Object
  extended by org.apache.cxf.transport.AbstractObservable
      extended by org.apache.cxf.transport.AbstractDestination
          extended by org.apache.servicemix.cxf.transport.jbi.JBIDestination
All Implemented Interfaces:
org.apache.cxf.transport.Destination, org.apache.cxf.transport.DestinationWithEndpoint, org.apache.cxf.transport.Observable

public class JBIDestination
extends org.apache.cxf.transport.AbstractDestination


Nested Class Summary
protected  class JBIDestination.BackChannelConduit
           
 
Nested classes/interfaces inherited from class org.apache.cxf.transport.AbstractDestination
org.apache.cxf.transport.AbstractDestination.AbstractBackChannelConduit
 
Field Summary
 
Fields inherited from class org.apache.cxf.transport.AbstractDestination
bus, endpointInfo, reference
 
Fields inherited from class org.apache.cxf.transport.AbstractObservable
incomingObserver
 
Constructor Summary
JBIDestination(org.apache.cxf.service.model.EndpointInfo info, JBIDispatcherUtil dispatcher, javax.jbi.messaging.DeliveryChannel dc)
           
 
Method Summary
 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()
           
 
Methods inherited from class org.apache.cxf.transport.AbstractDestination
getAddress, getBackChannel, getEndpointInfo
 
Methods inherited from class org.apache.cxf.transport.AbstractObservable
getMessageObserver, getTargetReference, getTargetReference, setMessageObserver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cxf.transport.Destination
getMessageObserver
 
Methods inherited from interface org.apache.cxf.transport.Observable
setMessageObserver
 

Constructor Detail

JBIDestination

public JBIDestination(org.apache.cxf.service.model.EndpointInfo info,
                      JBIDispatcherUtil dispatcher,
                      javax.jbi.messaging.DeliveryChannel dc)
Method Detail

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 org.apache.cxf.transport.AbstractObservable

getInbuiltBackChannel

protected org.apache.cxf.transport.Conduit getInbuiltBackChannel(org.apache.cxf.message.Message inMessage)
Specified by:
getInbuiltBackChannel in class org.apache.cxf.transport.AbstractDestination
Parameters:
inMessage - the incoming message
Returns:
the inbuilt backchannel

shutdown

public void shutdown()
Specified by:
shutdown in interface org.apache.cxf.transport.Destination
Overrides:
shutdown in class org.apache.cxf.transport.AbstractDestination

deactivate

public void deactivate()
Overrides:
deactivate in class org.apache.cxf.transport.AbstractObservable

activate

public void activate()
Overrides:
activate in class org.apache.cxf.transport.AbstractObservable

getJBIDispatcherUtil

public JBIDispatcherUtil getJBIDispatcherUtil()


Copyright © 2005-2013 FuseSource. All Rights Reserved.