public class LocalDestination extends AbstractDestination
AbstractDestination.AbstractBackChannelConduitbus, endpointInfo, referenceincomingObserver| 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, getEndpointInfoactivate, deactivate, getMessageObserver, getTargetReference, getTargetReference, setMessageObserverclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMessageObserversetMessageObserverpublic LocalDestination(LocalTransportFactory localDestinationFactory, EndpointReferenceType epr, EndpointInfo ei, Bus bus)
public void shutdown()
AbstractDestinationshutdown in interface Destinationshutdown in class AbstractDestinationpublic Bus getBus()
protected Logger getLogger()
getLogger in class AbstractObservableprotected Conduit getInbuiltBackChannel(Message inMessage)
getInbuiltBackChannel in class AbstractDestinationinMessage - the incoming messageApache CXF