Package | Description |
---|---|
org.apache.cxf.binding |
Interfaces for protocol bindings and their factories.
|
org.apache.cxf.endpoint |
Client and Server related classes.
|
org.apache.cxf.frontend | |
org.apache.cxf.test | |
org.apache.cxf.transport |
Transport related classes.
|
org.apache.cxf.wsdl11 |
Modifier and Type | Method and Description |
---|---|
BindingFactory |
BindingFactoryManagerImpl.getBindingFactory(String namespace) |
BindingFactory |
BindingFactoryManager.getBindingFactory(String name)
Retrieves the BindingFactory registered with the given name.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Endpoint |
AbstractEndpointFactory.createEndpoint() |
protected abstract EndpointInfo |
AbstractEndpointFactory.createEndpointInfo() |
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 |
---|---|
protected Endpoint |
AbstractWSDLBasedEndpointFactory.createEndpoint() |
protected EndpointInfo |
AbstractWSDLBasedEndpointFactory.createEndpointInfo() |
Modifier and Type | Method and Description |
---|---|
protected Bus |
AbstractCXFTest.createBus() |
Bus |
AbstractCXFSpringTest.createBus() |
Modifier and Type | Method and Description |
---|---|
ConduitInitiator |
ConduitInitiatorManagerImpl.getConduitInitiator(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.
|
ConduitInitiator |
ConduitInitiatorManager.getConduitInitiator(String name)
Returns the
ConduitInitiator registered with the specified name,
loading the appropriate plugin if necessary. |
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. |
Constructor and Description |
---|
WSDLManagerImpl() |
WSDLManagerImpl(Bus b) |
Apache CXF