public class SoapTransportFactory
extends org.apache.cxf.transport.AbstractTransportFactory
implements org.apache.cxf.transport.DestinationFactory, org.apache.cxf.wsdl11.WSDLEndpointFactory, org.apache.cxf.transport.ConduitInitiator
| Modifier and Type | Field and Description |
|---|---|
static String |
CANNOT_GET_CONDUIT_ERROR |
static List<String> |
DEFAULT_NAMESPACES |
static Set<String> |
DEFAULT_PREFIXES |
static String |
SOAP_11_HTTP_BINDING |
static String |
SOAP_12_HTTP_BINDING |
static String |
TRANSPORT_ID |
| Constructor and Description |
|---|
SoapTransportFactory() |
SoapTransportFactory(org.apache.cxf.Bus b) |
| 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.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) |
org.apache.cxf.transport.Destination |
getDestination(org.apache.cxf.service.model.EndpointInfo ei) |
Set<String> |
getUriPrefixes() |
String |
mapTransportURI(String s,
String address) |
void |
setActivationNamespaces(Collection<String> ans) |
void |
setBus(org.apache.cxf.Bus bus) |
getBus, getTransportIds, register, setTransportIds, unregisterpublic static final String CANNOT_GET_CONDUIT_ERROR
public static final String SOAP_11_HTTP_BINDING
public static final String SOAP_12_HTTP_BINDING
public static final String TRANSPORT_ID
public SoapTransportFactory()
public SoapTransportFactory(org.apache.cxf.Bus b)
public 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.transport.Destination getDestination(org.apache.cxf.service.model.EndpointInfo ei)
throws IOException
getDestination in interface org.apache.cxf.transport.DestinationFactoryIOExceptionpublic 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.WSDLEndpointFactorypublic 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 org.apache.cxf.transport.Conduit getConduit(org.apache.cxf.service.model.EndpointInfo ei)
throws IOException
getConduit in interface org.apache.cxf.transport.ConduitInitiatorIOExceptionpublic void setBus(org.apache.cxf.Bus bus)
setBus in class org.apache.cxf.transport.AbstractTransportFactorypublic void setActivationNamespaces(Collection<String> ans)
Apache CXF