Package | Description |
---|---|
org.apache.cxf.endpoint |
Client and Server related classes.
|
org.apache.cxf.transport |
Transport related classes.
|
Modifier and Type | Field and Description |
---|---|
protected DestinationFactory |
AbstractEndpointFactory.destinationFactory |
Modifier and Type | Method and Description |
---|---|
DestinationFactory |
AbstractEndpointFactory.getDestinationFactory() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractEndpointFactory.setDestinationFactory(DestinationFactory destinationFactory) |
Constructor and Description |
---|
ServerImpl(Bus bus,
Endpoint endpoint,
DestinationFactory destinationFactory,
BindingFactory bindingFactory) |
ServerImpl(Bus bus,
Endpoint endpoint,
DestinationFactory destinationFactory,
MessageObserver observer) |
Modifier and Type | Method and Description |
---|---|
DestinationFactory |
DestinationFactoryManager.getDestinationFactory(String name)
Returns the
DestinationFactory registered with the specified name,
loading the appropriate plugin if necessary. |
DestinationFactory |
DestinationFactoryManager.getDestinationFactoryForUri(String uri) |
Modifier and Type | Method and Description |
---|---|
void |
DestinationFactoryManager.registerDestinationFactory(String name,
DestinationFactory factory)
Associates a name, often a URI, with a
DestinationFactory
when registering with the Bus 's TransportRegistry . |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.