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:
ConduitInitiator,DestinationFactory,WSDLEndpointFactory
public class JAXWSHttpSpiTransportFactory extends SoapTransportFactory implements 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_ID
-
Fields inherited from class org.apache.cxf.transport.AbstractTransportFactory
PREFERRED_TRANSPORT_ID
-
-
Constructor Summary
Constructors Constructor Description JAXWSHttpSpiTransportFactory(javax.xml.ws.spi.http.HttpContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DestinationgetDestination(EndpointInfo endpointInfo, Bus bus)Create a destination.-
Methods inherited from class org.apache.cxf.binding.soap.SoapTransportFactory
createEndpointInfo, createPortExtensors, getConduit, getConduit, getUriPrefixes, mapTransportURI, setActivationNamespaces
-
Methods inherited from class org.apache.cxf.transport.AbstractTransportFactory
getTransportIds, setTransportIds
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.cxf.transport.ConduitInitiator
getTransportIds
-
Methods inherited from interface org.apache.cxf.transport.DestinationFactory
getTransportIds, getUriPrefixes
-
-
-
-
Method Detail
-
getDestination
public Destination getDestination(EndpointInfo endpointInfo, Bus bus) throws IOException
Description copied from interface:DestinationFactoryCreate a destination.- Specified by:
getDestinationin interfaceDestinationFactory- Overrides:
getDestinationin classSoapTransportFactory- Parameters:
endpointInfo- the endpoint info of the destination.- Returns:
- the created Destination.
- Throws:
IOException
-
-