Uses of Interface
org.apache.cxf.transport.DestinationFactory
Packages that use DestinationFactory
Package
Description
-
Uses of DestinationFactory in org.apache.cxf.binding.corba
Classes in org.apache.cxf.binding.corba that implement DestinationFactory -
Uses of DestinationFactory in org.apache.cxf.binding.soap
Classes in org.apache.cxf.binding.soap that implement DestinationFactory -
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 TypeMethodDescriptionvoidDestinationFactoryManagerImpl.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 DestinationFactoryAbstractEndpointFactory.destinationFactoryMethods in org.apache.cxf.endpoint that return DestinationFactoryMethods in org.apache.cxf.endpoint with parameters of type DestinationFactoryModifier and TypeMethodDescriptionvoidAbstractEndpointFactory.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 theDestinationFactoryregistered with the specified name, loading the appropriate plugin if necessary.DestinationFactoryManager.getDestinationFactoryForUri(String uri) Returns theDestinationFactoryregistered with the specified URI, loading the appropriate plugin if necessary.Methods in org.apache.cxf.transport with parameters of type DestinationFactoryModifier and TypeMethodDescriptionvoidDestinationFactoryManager.registerDestinationFactory(String name, DestinationFactory factory) Associates a name, often a URI, with aDestinationFactorywhen registering with theBus'sTransportRegistry. -
Uses of DestinationFactory in org.apache.cxf.transport.http
Classes in org.apache.cxf.transport.http that implement DestinationFactory -
Uses of DestinationFactory in org.apache.cxf.transport.http_jaxws_spi
Classes in org.apache.cxf.transport.http_jaxws_spi that implement DestinationFactory -
Uses of DestinationFactory in org.apache.cxf.transport.http.netty.server
Classes in org.apache.cxf.transport.http.netty.server that implement DestinationFactory -
Uses of DestinationFactory in org.apache.cxf.transport.jms
Classes in org.apache.cxf.transport.jms that implement DestinationFactory -
Uses of DestinationFactory in org.apache.cxf.transport.local
Classes in org.apache.cxf.transport.local that implement DestinationFactory -
Uses of DestinationFactory in org.apache.cxf.transport.udp
Classes in org.apache.cxf.transport.udp that implement DestinationFactory -
Uses of DestinationFactory in org.apache.cxf.transport.websocket
Classes in org.apache.cxf.transport.websocket that implement DestinationFactory