Class JAXWSHttpSpiTransportFactory
java.lang.Object
org.apache.cxf.transport.AbstractTransportFactory
org.apache.cxf.binding.soap.SoapTransportFactory
org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiTransportFactory
- All Implemented Interfaces:
org.apache.cxf.transport.ConduitInitiator,org.apache.cxf.transport.DestinationFactory,org.apache.cxf.wsdl11.WSDLEndpointFactory
public class JAXWSHttpSpiTransportFactory
extends org.apache.cxf.binding.soap.SoapTransportFactory
implements org.apache.cxf.transport.DestinationFactory
-
Field Summary
Fields inherited from class org.apache.cxf.binding.soap.SoapTransportFactory
CANNOT_GET_CONDUIT_ERROR, DEFAULT_NAMESPACES, DEFAULT_PREFIXES, SOAP_11_HTTP_BINDING, SOAP_12_HTTP_BINDING, TRANSPORT_IDFields inherited from class org.apache.cxf.transport.AbstractTransportFactory
PREFERRED_TRANSPORT_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.cxf.transport.DestinationgetDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.Bus bus) Methods inherited from class org.apache.cxf.binding.soap.SoapTransportFactory
createEndpointInfo, createPortExtensors, getConduit, getConduit, getUriPrefixes, mapTransportURI, setActivationNamespacesMethods 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, getUriPrefixes
-
Constructor Details
-
JAXWSHttpSpiTransportFactory
public JAXWSHttpSpiTransportFactory(jakarta.xml.ws.spi.http.HttpContext context)
-
-
Method Details
-
getDestination
public org.apache.cxf.transport.Destination getDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.Bus bus) throws IOException - Specified by:
getDestinationin interfaceorg.apache.cxf.transport.DestinationFactory- Overrides:
getDestinationin classorg.apache.cxf.binding.soap.SoapTransportFactory- Throws:
IOException
-