Apache CXF API

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

Packages that use DestinationFactory
org.apache.cxf.transport Transport related classes. 
 

Uses of DestinationFactory in org.apache.cxf.transport
 

Methods in org.apache.cxf.transport that return DestinationFactory
 DestinationFactory DestinationFactoryManager.getDestinationFactory(java.lang.String name)
          Returns the DestinationFactory registered with the specified name, loading the appropriate plugin if necessary.
 DestinationFactory DestinationFactoryManager.getDestinationFactoryForUri(java.lang.String uri)
           
 

Methods in org.apache.cxf.transport with parameters of type DestinationFactory
 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.
 


Apache CXF API

Apache CXF