public class LocalDestination
extends org.apache.cxf.transport.AbstractDestination
| Constructor and Description |
|---|
LocalDestination(LocalTransportFactory localDestinationFactory,
org.apache.cxf.ws.addressing.EndpointReferenceType epr,
org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.Bus bus) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.cxf.Bus |
getBus() |
protected org.apache.cxf.transport.Conduit |
getInbuiltBackChannel(org.apache.cxf.message.Message inMessage) |
protected Logger |
getLogger() |
void |
shutdown() |
getAddress, getBackChannel, getEndpointInfoactivate, deactivate, getMessageObserver, getTargetReference, getTargetReference, setMessageObserverpublic LocalDestination(LocalTransportFactory localDestinationFactory, org.apache.cxf.ws.addressing.EndpointReferenceType epr, org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.Bus bus)
public void shutdown()
shutdown in interface org.apache.cxf.transport.Destinationshutdown in class org.apache.cxf.transport.AbstractDestinationpublic org.apache.cxf.Bus getBus()
protected Logger getLogger()
getLogger in class org.apache.cxf.transport.AbstractObservableprotected org.apache.cxf.transport.Conduit getInbuiltBackChannel(org.apache.cxf.message.Message inMessage)
getInbuiltBackChannel in class org.apache.cxf.transport.AbstractDestinationApache CXF