Apache CXF API

Uses of Interface
org.apache.cxf.transport.DestinationFactory

Packages that use DestinationFactory
org.apache.cxf.binding.object   
org.apache.cxf.binding.soap   
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.frontend   
org.apache.cxf.transport Transport related classes. 
org.apache.cxf.transport.http   
org.apache.cxf.transport.http_jetty   
org.apache.cxf.transport.jms   
org.apache.cxf.transport.local   
org.apache.cxf.transport.servlet   
 

Uses of DestinationFactory in org.apache.cxf.binding.object
 

Methods in org.apache.cxf.binding.object that return DestinationFactory
 DestinationFactory LocalServerListener.getDestinationFactory()
           
 

Uses of DestinationFactory in org.apache.cxf.binding.soap
 

Classes in org.apache.cxf.binding.soap that implement DestinationFactory
 class SoapTransportFactory
           
 

Uses of DestinationFactory in org.apache.cxf.endpoint
 

Constructors in org.apache.cxf.endpoint with parameters of type DestinationFactory
ServerImpl(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, BindingFactory bindingFactory)
           
ServerImpl(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, MessageObserver observer)
           
 

Uses of DestinationFactory in org.apache.cxf.frontend
 

Methods in org.apache.cxf.frontend that return DestinationFactory
 DestinationFactory AbstractEndpointFactory.getDestinationFactory()
           
 

Methods in org.apache.cxf.frontend with parameters of type DestinationFactory
 void AbstractEndpointFactory.setDestinationFactory(DestinationFactory destinationFactory)
           
 

Uses of DestinationFactory in org.apache.cxf.transport
 

Classes in org.apache.cxf.transport that implement DestinationFactory
 class AbstractTransportFactory
          Helper methods for DestinationFactorys and ConduitInitiators.
 

Methods in org.apache.cxf.transport that return DestinationFactory
 DestinationFactory DestinationFactoryManagerImpl.getDestinationFactory(java.lang.String namespace)
          Returns the conduit initiator for the given namespace, constructing it (and storing in the cache for future reference) if necessary, using its list of factory classname to namespace mappings.
 DestinationFactory DestinationFactoryManager.getDestinationFactory(java.lang.String name)
          Returns the DestinationFactory registered with the specified name, loading the appropriate plugin if necessary.
 DestinationFactory DestinationFactoryManagerImpl.getDestinationFactoryForUri(java.lang.String uri)
           
 DestinationFactory DestinationFactoryManager.getDestinationFactoryForUri(java.lang.String uri)
           
 

Methods in org.apache.cxf.transport with parameters of type DestinationFactory
 void DestinationFactoryManagerImpl.registerDestinationFactory(java.lang.String namespace, DestinationFactory factory)
           
 void DestinationFactoryManager.registerDestinationFactory(java.lang.String name, DestinationFactory factory)
          Associates a name, often a URI, with a DestinationFactory when registering with the Bus's TransportRegistry.
 

Constructor parameters in org.apache.cxf.transport with type arguments of type DestinationFactory
DestinationFactoryManagerImpl(java.util.Map<java.lang.String,DestinationFactory> destinationFactories)
           
 

Uses of DestinationFactory in org.apache.cxf.transport.http
 

Classes in org.apache.cxf.transport.http that implement DestinationFactory
 class AbstractHTTPTransportFactory
          As a ConduitInitiator, this class sets up new HTTPConduits for particular endpoints.
 

Uses of DestinationFactory in org.apache.cxf.transport.http_jetty
 

Classes in org.apache.cxf.transport.http_jetty that implement DestinationFactory
 class JettyHTTPTransportFactory
           
 

Uses of DestinationFactory in org.apache.cxf.transport.jms
 

Classes in org.apache.cxf.transport.jms that implement DestinationFactory
 class JMSTransportFactory
           
 

Uses of DestinationFactory in org.apache.cxf.transport.local
 

Classes in org.apache.cxf.transport.local that implement DestinationFactory
 class LocalTransportFactory
           
 

Uses of DestinationFactory in org.apache.cxf.transport.servlet
 

Classes in org.apache.cxf.transport.servlet that implement DestinationFactory
 class ServletTransportFactory
           
 

Methods in org.apache.cxf.transport.servlet that return DestinationFactory
protected  DestinationFactory CXFServlet.createServletTransportFactory()
           
 


Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.