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, unregister
public 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.DestinationFactory
IOException
protected org.apache.cxf.transport.Destination getDestination(org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType reference) throws IOException
IOException
public org.apache.cxf.transport.Conduit getConduit(org.apache.cxf.service.model.EndpointInfo ei) throws IOException
getConduit
in interface org.apache.cxf.transport.ConduitInitiator
IOException
public 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.ConduitInitiator
IOException
public Set<String> getUriPrefixes()
getUriPrefixes
in interface org.apache.cxf.transport.ConduitInitiator
getUriPrefixes
in interface org.apache.cxf.transport.DestinationFactory
getUriPrefixes
in class org.apache.cxf.transport.AbstractTransportFactory
public org.apache.cxf.Bus getBus()
getBus
in class org.apache.cxf.transport.AbstractTransportFactory
public void setBus(org.apache.cxf.Bus bus)
setBus
in class org.apache.cxf.transport.AbstractTransportFactory
public 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.WSDLEndpointFactory
public 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.WSDLEndpointFactory
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.