Class ProxyDestinationFactory
java.lang.Object
org.apache.cxf.transport.AbstractObservable
org.apache.cxf.transport.AbstractDestination
org.apache.cxf.transport.local.LocalDestination
org.mule.soapkit.soap.server.transport.ProxyDestinationFactory
- All Implemented Interfaces:
org.apache.cxf.transport.Destination,org.apache.cxf.transport.DestinationWithEndpoint,org.apache.cxf.transport.Observable
public class ProxyDestinationFactory
extends org.apache.cxf.transport.local.LocalDestination
-
Nested Class Summary
Nested ClassesNested 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
bus, endpointInfo, referenceFields inherited from class org.apache.cxf.transport.AbstractObservable
incomingObserver -
Constructor Summary
ConstructorsConstructorDescriptionProxyDestinationFactory(ProxyTransport transport, org.apache.cxf.ws.addressing.EndpointReferenceType ref, org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.Bus bus) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.cxf.transport.ConduitgetInbuiltBackChannel(org.apache.cxf.message.Message inMessage) protected Loggervoidshutdown()Methods inherited from class org.apache.cxf.transport.local.LocalDestination
getBusMethods inherited from class org.apache.cxf.transport.AbstractDestination
getAddress, getBackChannel, getEndpointInfoMethods inherited from class org.apache.cxf.transport.AbstractObservable
activate, deactivate, getMessageObserver, getTargetReference, getTargetReference, setMessageObserverMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.transport.Destination
getMessageObserverMethods inherited from interface org.apache.cxf.transport.Observable
setMessageObserver
-
Constructor Details
-
ProxyDestinationFactory
public ProxyDestinationFactory(ProxyTransport transport, org.apache.cxf.ws.addressing.EndpointReferenceType ref, org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.Bus bus)
-
-
Method Details
-
getInbuiltBackChannel
protected org.apache.cxf.transport.Conduit getInbuiltBackChannel(org.apache.cxf.message.Message inMessage) - Overrides:
getInbuiltBackChannelin classorg.apache.cxf.transport.local.LocalDestination
-
getLogger
- Overrides:
getLoggerin classorg.apache.cxf.transport.local.LocalDestination
-
shutdown
public void shutdown()- Specified by:
shutdownin interfaceorg.apache.cxf.transport.Destination- Overrides:
shutdownin classorg.apache.cxf.transport.local.LocalDestination
-