Apache CXF API

org.apache.cxf.transport.http_jaxws_spi
Class JAXWSHttpSpiTransportFactory

java.lang.Object
  extended by org.apache.cxf.transport.AbstractTransportFactory
      extended by org.apache.cxf.transport.http.HTTPTransportFactory
          extended by org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiTransportFactory
All Implemented Interfaces:
ConduitInitiator, DestinationFactory, WSDLEndpointFactory

public class JAXWSHttpSpiTransportFactory
extends HTTPTransportFactory
implements DestinationFactory


Field Summary
 
Fields inherited from class org.apache.cxf.transport.http.HTTPTransportFactory
DEFAULT_NAMESPACES, registry
 
Fields inherited from class org.apache.cxf.transport.AbstractTransportFactory
bus
 
Constructor Summary
JAXWSHttpSpiTransportFactory(Bus bus, javax.xml.ws.spi.http.HttpContext context)
           
 
Method Summary
 Destination getDestination(EndpointInfo endpointInfo)
          Create a destination.
 
Methods inherited from class org.apache.cxf.transport.http.HTTPTransportFactory
configure, configure, createEndpointInfo, createPortExtensors, getConduit, getConduit, getRegistry, getUriPrefixes, setActivationNamespaces, setBus
 
Methods inherited from class org.apache.cxf.transport.AbstractTransportFactory
getBus, getTransportIds, register, 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
 
Methods inherited from interface org.apache.cxf.transport.ConduitInitiator
getTransportIds
 

Constructor Detail

JAXWSHttpSpiTransportFactory

public JAXWSHttpSpiTransportFactory(Bus bus,
                                    javax.xml.ws.spi.http.HttpContext context)
Method Detail

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 API

Apache CXF