|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DestinationFactory | |
---|---|
org.apache.cxf.endpoint | Client and Server related classes. |
org.apache.cxf.transport | Transport related classes. |
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 |
DestinationFactoryManager.getDestinationFactory(String name)
Returns the DestinationFactory registered with the specified name,
loading the appropriate plugin if necessary. |
DestinationFactory |
DestinationFactoryManager.getDestinationFactoryForUri(String uri)
|
Methods in org.apache.cxf.transport with parameters of type DestinationFactory | |
---|---|
void |
DestinationFactoryManager.registerDestinationFactory(String name,
DestinationFactory factory)
Associates a name, often a URI, with a DestinationFactory
when registering with the Bus 's TransportRegistry . |
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |