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.transport |
Transport related classes.
|
Modifier and Type | Method and Description |
---|---|
BindingFactory |
BindingFactoryManager.getBindingFactory(String name)
Retrieves the BindingFactory registered with the given name.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Endpoint |
AbstractEndpointFactory.createEndpoint() |
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 |
---|---|
ConduitInitiator |
ConduitInitiatorManager.getConduitInitiator(String name)
Returns the
ConduitInitiator registered with the specified name,
loading the appropriate plugin if necessary. |
DestinationFactory |
DestinationFactoryManager.getDestinationFactory(String name)
Returns the
DestinationFactory registered with the specified name,
loading the appropriate plugin if necessary. |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.