public class LocalDestination extends AbstractDestination
AbstractDestination.AbstractBackChannelConduit
bus, endpointInfo, reference
incomingObserver
Constructor and Description |
---|
LocalDestination(LocalTransportFactory localDestinationFactory,
EndpointReferenceType epr,
EndpointInfo ei,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
Bus |
getBus() |
protected Conduit |
getInbuiltBackChannel(Message inMessage) |
protected Logger |
getLogger() |
void |
shutdown()
Shutdown the Destination, i.e.
|
getAddress, getBackChannel, getEndpointInfo
activate, deactivate, getMessageObserver, getTargetReference, getTargetReference, setMessageObserver
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMessageObserver
setMessageObserver
public LocalDestination(LocalTransportFactory localDestinationFactory, EndpointReferenceType epr, EndpointInfo ei, Bus bus)
public void shutdown()
AbstractDestination
shutdown
in interface Destination
shutdown
in class AbstractDestination
public Bus getBus()
protected Logger getLogger()
getLogger
in class AbstractObservable
protected Conduit getInbuiltBackChannel(Message inMessage)
getInbuiltBackChannel
in class AbstractDestination
inMessage
- the incoming messageApache CXF