Class ProxyTransport
java.lang.Object
org.apache.cxf.transport.AbstractTransportFactory
org.apache.cxf.transport.local.LocalTransportFactory
org.mule.soapkit.soap.server.transport.ProxyTransport
- All Implemented Interfaces:
org.apache.cxf.transport.ConduitInitiator,org.apache.cxf.transport.DestinationFactory
public class ProxyTransport
extends org.apache.cxf.transport.local.LocalTransportFactory
-
Field Summary
Fields inherited from class org.apache.cxf.transport.local.LocalTransportFactory
DEFAULT_NAMESPACES, MESSAGE_FILTER_PROPERTIES, MESSAGE_INCLUDE_PROPERTIES, TRANSPORT_IDFields inherited from class org.apache.cxf.transport.AbstractTransportFactory
PREFERRED_TRANSPORT_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.cxf.transport.local.LocalDestinationgetDestination(org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType reference, org.apache.cxf.Bus bus) Methods inherited from class org.apache.cxf.transport.local.LocalTransportFactory
copy, getConduit, getConduit, getDestination, getExecutor, getIncludeMessageProperties, getMessageFilterProperties, getUriPrefixes, setExecutor, setMessageFilterProperties, setMessageIncludeProperties, setUriPrefixesMethods inherited from class org.apache.cxf.transport.AbstractTransportFactory
getTransportIds, setTransportIdsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.transport.ConduitInitiator
getTransportIdsMethods inherited from interface org.apache.cxf.transport.DestinationFactory
getTransportIds
-
Constructor Details
-
ProxyTransport
public ProxyTransport()
-
-
Method Details
-
getDestination
public org.apache.cxf.transport.local.LocalDestination getDestination(org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType reference, org.apache.cxf.Bus bus) - Overrides:
getDestinationin classorg.apache.cxf.transport.local.LocalTransportFactory
-