Uses of Interface
org.apache.cxf.transport.DestinationFactory
Packages that use DestinationFactory
Package
Description
Client and Server related classes.
Transport related classes.
-
Uses of DestinationFactory in org.apache.cxf.bus.managers
Methods in org.apache.cxf.bus.managers that return DestinationFactoryModifier and TypeMethodDescriptionDestinationFactoryManagerImpl.getDestinationFactory
(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.DestinationFactoryManagerImpl.getDestinationFactoryForUri
(String uri) Methods in org.apache.cxf.bus.managers with parameters of type DestinationFactoryModifier and TypeMethodDescriptionvoid
DestinationFactoryManagerImpl.registerDestinationFactory
(String namespace, DestinationFactory factory) Constructor parameters in org.apache.cxf.bus.managers with type arguments of type DestinationFactoryModifierConstructorDescriptionDestinationFactoryManagerImpl
(Map<String, DestinationFactory> destinationFactories) DestinationFactoryManagerImpl
(Map<String, DestinationFactory> destinationFactories, Bus b) -
Uses of DestinationFactory in org.apache.cxf.endpoint
Fields in org.apache.cxf.endpoint declared as DestinationFactoryModifier and TypeFieldDescriptionprotected DestinationFactory
AbstractEndpointFactory.destinationFactory
Methods in org.apache.cxf.endpoint that return DestinationFactoryMethods in org.apache.cxf.endpoint with parameters of type DestinationFactoryModifier and TypeMethodDescriptionvoid
AbstractEndpointFactory.setDestinationFactory
(DestinationFactory destinationFactory) Constructors in org.apache.cxf.endpoint with parameters of type DestinationFactoryModifierConstructorDescriptionServerImpl
(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, BindingFactory bindingFactory) -
Uses of DestinationFactory in org.apache.cxf.transport
Methods in org.apache.cxf.transport that return DestinationFactoryModifier and TypeMethodDescriptionDestinationFactoryManager.getDestinationFactory
(String name) Returns theDestinationFactory
registered with the specified name, loading the appropriate plugin if necessary.DestinationFactoryManager.getDestinationFactoryForUri
(String uri) Returns theDestinationFactory
registered with the specified URI, loading the appropriate plugin if necessary.Methods in org.apache.cxf.transport with parameters of type DestinationFactoryModifier and TypeMethodDescriptionvoid
DestinationFactoryManager.registerDestinationFactory
(String name, DestinationFactory factory) Associates a name, often a URI, with aDestinationFactory
when registering with theBus
'sTransportRegistry
.