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) |
| Modifier and Type | Method and Description |
|---|---|
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)
public void shutdown()
shutdown in interface org.apache.cxf.transport.Destinationshutdown in class org.apache.cxf.transport.AbstractDestinationprotected 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