Package org.apache.cxf.binding.soap
Class SoapTransportFactory
- java.lang.Object
-
- org.apache.cxf.transport.AbstractTransportFactory
-
- org.apache.cxf.binding.soap.SoapTransportFactory
-
- All Implemented Interfaces:
org.apache.cxf.transport.ConduitInitiator,org.apache.cxf.transport.DestinationFactory,org.apache.cxf.wsdl11.WSDLEndpointFactory
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
-
-
Field Summary
Fields Modifier and Type Field Description static StringCANNOT_GET_CONDUIT_ERRORstatic List<String>DEFAULT_NAMESPACESstatic Set<String>DEFAULT_PREFIXESstatic StringSOAP_11_HTTP_BINDINGstatic StringSOAP_12_HTTP_BINDINGstatic StringTRANSPORT_ID
-
Constructor Summary
Constructors Constructor Description SoapTransportFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.cxf.service.model.EndpointInfocreateEndpointInfo(org.apache.cxf.Bus bus, org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.service.model.BindingInfo b, List<?> ees)voidcreatePortExtensors(org.apache.cxf.Bus b, org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.Service service)org.apache.cxf.transport.ConduitgetConduit(org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.Bus b)org.apache.cxf.transport.ConduitgetConduit(org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType target, org.apache.cxf.Bus bus)org.apache.cxf.transport.DestinationgetDestination(org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.Bus bus)Set<String>getUriPrefixes()StringmapTransportURI(String s, String address)voidsetActivationNamespaces(Collection<String> ans)-
Methods inherited from class org.apache.cxf.transport.AbstractTransportFactory
getTransportIds, setTransportIds
-
-
-
-
Field Detail
-
CANNOT_GET_CONDUIT_ERROR
public static final String CANNOT_GET_CONDUIT_ERROR
- See Also:
- Constant Field Values
-
SOAP_11_HTTP_BINDING
public static final String SOAP_11_HTTP_BINDING
- See Also:
- Constant Field Values
-
SOAP_12_HTTP_BINDING
public static final String SOAP_12_HTTP_BINDING
- See Also:
- Constant Field Values
-
TRANSPORT_ID
public static final String TRANSPORT_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getUriPrefixes
public Set<String> getUriPrefixes()
- Specified by:
getUriPrefixesin interfaceorg.apache.cxf.transport.ConduitInitiator- Specified by:
getUriPrefixesin interfaceorg.apache.cxf.transport.DestinationFactory- Overrides:
getUriPrefixesin classorg.apache.cxf.transport.AbstractTransportFactory
-
getDestination
public org.apache.cxf.transport.Destination getDestination(org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.Bus bus) throws IOException- Specified by:
getDestinationin interfaceorg.apache.cxf.transport.DestinationFactory- Throws:
IOException
-
createPortExtensors
public void createPortExtensors(org.apache.cxf.Bus b, org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.service.Service service)- Specified by:
createPortExtensorsin interfaceorg.apache.cxf.wsdl11.WSDLEndpointFactory
-
createEndpointInfo
public org.apache.cxf.service.model.EndpointInfo createEndpointInfo(org.apache.cxf.Bus bus, org.apache.cxf.service.model.ServiceInfo serviceInfo, org.apache.cxf.service.model.BindingInfo b, List<?> ees)- Specified by:
createEndpointInfoin interfaceorg.apache.cxf.wsdl11.WSDLEndpointFactory
-
getConduit
public org.apache.cxf.transport.Conduit getConduit(org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType target, org.apache.cxf.Bus bus) throws IOException- Specified by:
getConduitin interfaceorg.apache.cxf.transport.ConduitInitiator- Throws:
IOException
-
getConduit
public org.apache.cxf.transport.Conduit getConduit(org.apache.cxf.service.model.EndpointInfo ei, org.apache.cxf.Bus b) throws IOException- Specified by:
getConduitin interfaceorg.apache.cxf.transport.ConduitInitiator- Throws:
IOException
-
setActivationNamespaces
public void setActivationNamespaces(Collection<String> ans)
-
-