org.apache.cxf.jbi.transport
Class JBIDestination

java.lang.Object
  extended by org.apache.cxf.transport.AbstractDestination
      extended by org.apache.cxf.jbi.transport.JBIDestination
All Implemented Interfaces:
org.apache.cxf.transport.Destination, 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
endpointInfo, incomingObserver, reference
 
Constructor Summary
JBIDestination(org.apache.cxf.transport.ConduitInitiator ci, org.apache.cxf.service.model.EndpointInfo info, javax.jbi.messaging.DeliveryChannel dc, CXFServiceUnitManager sum)
           
 
Method Summary
 void activate()
           
 void deactivate()
           
protected  org.apache.cxf.transport.Conduit getInbuiltBackChannel(org.apache.cxf.message.Message inMessage)
           
protected  java.util.logging.Logger getLogger()
           
 void shutdown()
           
 
Methods inherited from class org.apache.cxf.transport.AbstractDestination
getAddress, getBackChannel, getConduitInitiator, getMessageObserver, getTargetReference, markPartialResponse, setMessageObserver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBIDestination

public JBIDestination(org.apache.cxf.transport.ConduitInitiator ci,
                      org.apache.cxf.service.model.EndpointInfo info,
                      javax.jbi.messaging.DeliveryChannel dc,
                      CXFServiceUnitManager sum)
Method Detail

getLogger

protected java.util.logging.Logger getLogger()
Specified by:
getLogger in class org.apache.cxf.transport.AbstractDestination

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.AbstractDestination

activate

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


Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.