org.apache.cxf.transport.http_jaxws_spi
Class JAXWSHttpSpiTransportFactory
java.lang.Object
org.apache.cxf.transport.AbstractTransportFactory
org.apache.cxf.transport.http.HTTPTransportFactory
org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiTransportFactory
- All Implemented Interfaces:
- ConduitInitiator, DestinationFactory, WSDLEndpointFactory
public class JAXWSHttpSpiTransportFactory
- extends HTTPTransportFactory
- implements DestinationFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXWSHttpSpiTransportFactory
public JAXWSHttpSpiTransportFactory(Bus bus,
javax.xml.ws.spi.http.HttpContext context)
getDestination
public Destination getDestination(EndpointInfo endpointInfo)
throws IOException
- Description copied from interface:
DestinationFactory
- Create a destination.
- Specified by:
getDestination
in interface DestinationFactory
- Overrides:
getDestination
in class HTTPTransportFactory
- Parameters:
endpointInfo
- the endpoint info of the destination.
- Returns:
- the created Destination.
- Throws:
IOException
Apache CXF