public class MuleUniversalTransport
extends org.apache.cxf.transport.AbstractTransportFactory
implements org.apache.cxf.transport.ConduitInitiator, org.apache.cxf.transport.DestinationFactory, org.apache.cxf.wsdl11.WSDLEndpointFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
TRANSPORT_ID |
| Constructor and Description |
|---|
MuleUniversalTransport(CxfConfiguration connector) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.cxf.service.model.EndpointInfo |
createEndpointInfo(org.apache.cxf.service.model.ServiceInfo serviceInfo,
org.apache.cxf.service.model.BindingInfo b,
List<?> ees) |
void |
createPortExtensors(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.service.Service service) |
org.apache.cxf.Bus |
getBus() |
org.apache.cxf.transport.Conduit |
getConduit(org.apache.cxf.service.model.EndpointInfo ei) |
org.apache.cxf.transport.Conduit |
getConduit(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.ws.addressing.EndpointReferenceType target) |
CxfConfiguration |
getConnector() |
org.apache.cxf.transport.Destination |
getDestination(org.apache.cxf.service.model.EndpointInfo ei) |
protected org.apache.cxf.transport.Destination |
getDestination(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.ws.addressing.EndpointReferenceType reference) |
Set<String> |
getUriPrefixes() |
void |
setBus(org.apache.cxf.Bus bus) |
getTransportIds, register, setTransportIds, unregisterpublic static final String TRANSPORT_ID
public MuleUniversalTransport(CxfConfiguration connector)
public org.apache.cxf.transport.Destination getDestination(org.apache.cxf.service.model.EndpointInfo ei)
throws IOException
getDestination in interface org.apache.cxf.transport.DestinationFactoryIOExceptionprotected org.apache.cxf.transport.Destination getDestination(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.ws.addressing.EndpointReferenceType reference)
throws IOException
IOExceptionpublic org.apache.cxf.transport.Conduit getConduit(org.apache.cxf.service.model.EndpointInfo ei)
throws IOException
getConduit in interface org.apache.cxf.transport.ConduitInitiatorIOExceptionpublic org.apache.cxf.transport.Conduit getConduit(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.ws.addressing.EndpointReferenceType target)
throws IOException
getConduit in interface org.apache.cxf.transport.ConduitInitiatorIOExceptionpublic Set<String> getUriPrefixes()
getUriPrefixes in interface org.apache.cxf.transport.ConduitInitiatorgetUriPrefixes in interface org.apache.cxf.transport.DestinationFactorygetUriPrefixes in class org.apache.cxf.transport.AbstractTransportFactorypublic org.apache.cxf.Bus getBus()
getBus in class org.apache.cxf.transport.AbstractTransportFactorypublic void setBus(org.apache.cxf.Bus bus)
setBus in class org.apache.cxf.transport.AbstractTransportFactorypublic CxfConfiguration getConnector()
public void createPortExtensors(org.apache.cxf.service.model.EndpointInfo ei,
org.apache.cxf.service.Service service)
createPortExtensors in interface org.apache.cxf.wsdl11.WSDLEndpointFactorypublic org.apache.cxf.service.model.EndpointInfo createEndpointInfo(org.apache.cxf.service.model.ServiceInfo serviceInfo,
org.apache.cxf.service.model.BindingInfo b,
List<?> ees)
createEndpointInfo in interface org.apache.cxf.wsdl11.WSDLEndpointFactoryCopyright © 2003–2018 MuleSoft, Inc.. All rights reserved.