org.apache.cxf.transport.http_jaxws_spi
Class JAXWSHttpSpiTransportFactory
java.lang.Object
org.apache.cxf.transport.AbstractTransportFactory
org.apache.cxf.transport.http.AbstractHTTPTransportFactory
org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiTransportFactory
- All Implemented Interfaces:
- org.apache.cxf.transport.DestinationFactory, org.apache.cxf.wsdl11.WSDLEndpointFactory
public class JAXWSHttpSpiTransportFactory
- extends org.apache.cxf.transport.http.AbstractHTTPTransportFactory
- implements org.apache.cxf.transport.DestinationFactory
| Fields inherited from class org.apache.cxf.transport.AbstractTransportFactory |
bus |
|
Method Summary |
org.apache.cxf.transport.Destination |
getDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo)
|
| Methods inherited from class org.apache.cxf.transport.http.AbstractHTTPTransportFactory |
configure, configure, createEndpointInfo, createPortExtensors, getUriPrefixes, setActivationNamespaces |
| Methods inherited from class org.apache.cxf.transport.AbstractTransportFactory |
getBus, getTransportIds, register, setBus, setTransportIds, unregister |
| 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.DestinationFactory |
getTransportIds, getUriPrefixes |
JAXWSHttpSpiTransportFactory
public JAXWSHttpSpiTransportFactory(org.apache.cxf.Bus bus,
javax.xml.ws.spi.http.HttpContext context)
getDestination
public org.apache.cxf.transport.Destination getDestination(org.apache.cxf.service.model.EndpointInfo endpointInfo)
throws IOException
- Specified by:
getDestination in interface org.apache.cxf.transport.DestinationFactory
- Throws:
IOException
Apache CXF