Uses of Interface
org.apache.cxf.transport.DestinationFactory
Package
Description
Client and Server related classes.
Transport related classes.
-
Uses of DestinationFactory in org.apache.cxf.bus.managers
Modifier 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) Modifier and TypeMethodDescriptionvoid
DestinationFactoryManagerImpl.registerDestinationFactory
(String namespace, DestinationFactory factory) ModifierConstructorDescriptionDestinationFactoryManagerImpl
(Map<String, DestinationFactory> destinationFactories) DestinationFactoryManagerImpl
(Map<String, DestinationFactory> destinationFactories, Bus b) -
Uses of DestinationFactory in org.apache.cxf.endpoint
Modifier and TypeFieldDescriptionprotected DestinationFactory
AbstractEndpointFactory.destinationFactory
Modifier and TypeMethodDescriptionvoid
AbstractEndpointFactory.setDestinationFactory
(DestinationFactory destinationFactory) ModifierConstructorDescriptionServerImpl
(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, BindingFactory bindingFactory) -
Uses of DestinationFactory in org.apache.cxf.transport
Modifier 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.Modifier and TypeMethodDescriptionvoid
DestinationFactoryManager.registerDestinationFactory
(String name, DestinationFactory factory) Associates a name, often a URI, with aDestinationFactory
when registering with theBus
'sTransportRegistry
.