Uses of Interface
org.apache.cxf.transport.DestinationFactory
-
-
Uses of DestinationFactory in org.apache.cxf.binding.corba
Classes in org.apache.cxf.binding.corba that implement DestinationFactory Modifier and Type Class Description classCorbaBindingFactory -
Uses of DestinationFactory in org.apache.cxf.binding.soap
Classes in org.apache.cxf.binding.soap that implement DestinationFactory Modifier and Type Class Description classSoapTransportFactory -
Uses of DestinationFactory in org.apache.cxf.bus.managers
Methods in org.apache.cxf.bus.managers that return DestinationFactory Modifier and Type Method Description DestinationFactoryDestinationFactoryManagerImpl. 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.DestinationFactoryDestinationFactoryManagerImpl. getDestinationFactoryForUri(String uri)Methods in org.apache.cxf.bus.managers with parameters of type DestinationFactory Modifier and Type Method Description voidDestinationFactoryManagerImpl. registerDestinationFactory(String namespace, DestinationFactory factory)Constructor parameters in org.apache.cxf.bus.managers with type arguments of type DestinationFactory Constructor Description DestinationFactoryManagerImpl(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 DestinationFactory Modifier and Type Field Description protected DestinationFactoryAbstractEndpointFactory. destinationFactoryMethods in org.apache.cxf.endpoint that return DestinationFactory Modifier and Type Method Description DestinationFactoryAbstractEndpointFactory. getDestinationFactory()Methods in org.apache.cxf.endpoint with parameters of type DestinationFactory Modifier and Type Method Description voidAbstractEndpointFactory. setDestinationFactory(DestinationFactory destinationFactory)Constructors in org.apache.cxf.endpoint with parameters of type DestinationFactory Constructor Description ServerImpl(Bus bus, Endpoint endpoint, DestinationFactory destinationFactory, BindingFactory bindingFactory) -
Uses of DestinationFactory in org.apache.cxf.transport
Methods in org.apache.cxf.transport that return DestinationFactory Modifier and Type Method Description DestinationFactoryDestinationFactoryManager. getDestinationFactory(String name)Returns theDestinationFactoryregistered with the specified name, loading the appropriate plugin if necessary.DestinationFactoryDestinationFactoryManager. 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 DestinationFactory Modifier and Type Method Description voidDestinationFactoryManager. 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 Modifier and Type Class Description classHTTPTransportFactory -
Uses of DestinationFactory in org.apache.cxf.transport.http_jaxws_spi
Classes in org.apache.cxf.transport.http_jaxws_spi that implement DestinationFactory Modifier and Type Class Description classJAXWSHttpSpiTransportFactory -
Uses of DestinationFactory in org.apache.cxf.transport.http.netty.server
Classes in org.apache.cxf.transport.http.netty.server that implement DestinationFactory Modifier and Type Class Description classNettyHttpTransportFactory -
Uses of DestinationFactory in org.apache.cxf.transport.jms
Classes in org.apache.cxf.transport.jms that implement DestinationFactory Modifier and Type Class Description classJMSTransportFactory -
Uses of DestinationFactory in org.apache.cxf.transport.local
Classes in org.apache.cxf.transport.local that implement DestinationFactory Modifier and Type Class Description classLocalTransportFactory -
Uses of DestinationFactory in org.apache.cxf.transport.udp
Classes in org.apache.cxf.transport.udp that implement DestinationFactory Modifier and Type Class Description classUDPTransportFactory -
Uses of DestinationFactory in org.apache.cxf.transport.websocket
Classes in org.apache.cxf.transport.websocket that implement DestinationFactory Modifier and Type Class Description classWebSocketTransportFactory
-