|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DestinationFactory | |
---|---|
org.apache.cxf.binding.corba | |
org.apache.cxf.binding.object | |
org.apache.cxf.binding.soap | |
org.apache.cxf.endpoint | Client and Server related classes. |
org.apache.cxf.transport | Transport related classes. |
org.apache.cxf.transport.http_jaxws_spi | |
org.apache.cxf.transport.http_jetty | |
org.apache.cxf.transport.http_osgi | |
org.apache.cxf.transport.jms | |
org.apache.cxf.transport.local | |
org.apache.cxf.transport.servlet |
Uses of DestinationFactory in org.apache.cxf.binding.corba |
---|
Classes in org.apache.cxf.binding.corba that implement DestinationFactory | |
---|---|
class |
CorbaBindingFactory
|
Uses of DestinationFactory in org.apache.cxf.binding.object |
---|
Methods in org.apache.cxf.binding.object that return DestinationFactory | |
---|---|
DestinationFactory |
LocalServerListener.getDestinationFactory()
|
Uses of DestinationFactory in org.apache.cxf.binding.soap |
---|
Classes in org.apache.cxf.binding.soap that implement DestinationFactory | |
---|---|
class |
SoapTransportFactory
|
Uses of DestinationFactory in org.apache.cxf.endpoint |
---|
Fields in org.apache.cxf.endpoint declared as DestinationFactory | |
---|---|
protected DestinationFactory |
AbstractEndpointFactory.destinationFactory
|
Methods in org.apache.cxf.endpoint that return DestinationFactory | |
---|---|
DestinationFactory |
AbstractEndpointFactory.getDestinationFactory()
|
Methods in org.apache.cxf.endpoint with parameters of type DestinationFactory | |
---|---|
void |
AbstractEndpointFactory.setDestinationFactory(DestinationFactory destinationFactory)
|
Constructors in org.apache.cxf.endpoint with parameters of type DestinationFactory | |
---|---|
ServerImpl(Bus bus,
Endpoint endpoint,
DestinationFactory destinationFactory,
BindingFactory bindingFactory)
|
|
ServerImpl(Bus bus,
Endpoint endpoint,
DestinationFactory destinationFactory,
MessageObserver observer)
|
Uses of DestinationFactory in org.apache.cxf.transport |
---|
Methods in org.apache.cxf.transport that return DestinationFactory | |
---|---|
DestinationFactory |
DestinationFactoryManagerImpl.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. |
DestinationFactory |
DestinationFactoryManager.getDestinationFactory(String name)
Returns the DestinationFactory registered with the specified name,
loading the appropriate plugin if necessary. |
DestinationFactory |
DestinationFactoryManagerImpl.getDestinationFactoryForUri(String uri)
|
DestinationFactory |
DestinationFactoryManager.getDestinationFactoryForUri(String uri)
|
Methods in org.apache.cxf.transport with parameters of type DestinationFactory | |
---|---|
void |
DestinationFactoryManagerImpl.registerDestinationFactory(String namespace,
DestinationFactory factory)
|
void |
DestinationFactoryManager.registerDestinationFactory(String name,
DestinationFactory factory)
Associates a name, often a URI, with a DestinationFactory
when registering with the Bus 's TransportRegistry . |
Method parameters in org.apache.cxf.transport with type arguments of type DestinationFactory | |
---|---|
void |
DestinationFactoryManagerImpl.setMapProvider(MapProvider<String,DestinationFactory> mapProvider)
|
Constructor parameters in org.apache.cxf.transport with type arguments of type DestinationFactory | |
---|---|
DestinationFactoryManagerImpl(Map<String,DestinationFactory> destinationFactories)
|
|
DestinationFactoryManagerImpl(Map<String,DestinationFactory> destinationFactories,
Bus b)
|
|
DestinationFactoryManagerImpl(MapProvider<String,DestinationFactory> destinationFactories)
|
Uses of DestinationFactory in org.apache.cxf.transport.http_jaxws_spi |
---|
Classes in org.apache.cxf.transport.http_jaxws_spi that implement DestinationFactory | |
---|---|
class |
JAXWSHttpSpiTransportFactory
|
Uses of DestinationFactory in org.apache.cxf.transport.http_jetty |
---|
Classes in org.apache.cxf.transport.http_jetty that implement DestinationFactory | |
---|---|
class |
JettyHTTPTransportFactory
|
Uses of DestinationFactory in org.apache.cxf.transport.http_osgi |
---|
Classes in org.apache.cxf.transport.http_osgi that implement DestinationFactory | |
---|---|
class |
OsgiTransportFactory
|
Uses of DestinationFactory in org.apache.cxf.transport.jms |
---|
Classes in org.apache.cxf.transport.jms that implement DestinationFactory | |
---|---|
class |
JMSTransportFactory
|
Uses of DestinationFactory in org.apache.cxf.transport.local |
---|
Classes in org.apache.cxf.transport.local that implement DestinationFactory | |
---|---|
class |
LocalTransportFactory
|
Uses of DestinationFactory in org.apache.cxf.transport.servlet |
---|
Classes in org.apache.cxf.transport.servlet that implement DestinationFactory | |
---|---|
class |
ServletTransportFactory
|
Methods in org.apache.cxf.transport.servlet that return DestinationFactory | |
---|---|
protected DestinationFactory |
AbstractCXFServlet.createServletTransportFactory()
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |