Class 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_ID
      • Fields inherited from class org.apache.cxf.transport.AbstractTransportFactory

        PREFERRED_TRANSPORT_ID
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.cxf.transport.Destination getDestination​(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, setActivationNamespaces
      • Methods inherited from class org.apache.cxf.transport.AbstractTransportFactory

        getTransportIds, setTransportIds
      • Methods inherited from interface org.apache.cxf.transport.ConduitInitiator

        getTransportIds
      • Methods inherited from interface org.apache.cxf.transport.DestinationFactory

        getTransportIds, getUriPrefixes
    • Constructor Detail

      • JAXWSHttpSpiTransportFactory

        public JAXWSHttpSpiTransportFactory​(javax.xml.ws.spi.http.HttpContext context)
    • Method Detail

      • getDestination

        public org.apache.cxf.transport.Destination getDestination​(org.apache.cxf.service.model.EndpointInfo endpointInfo,
                                                                   org.apache.cxf.Bus bus)
                                                            throws IOException
        Specified by:
        getDestination in interface org.apache.cxf.transport.DestinationFactory
        Overrides:
        getDestination in class org.apache.cxf.binding.soap.SoapTransportFactory
        Throws:
        IOException