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 |
---|---|
BindingFactory |
BindingFactoryManagerImpl.getBindingFactory(String namespace) |
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Endpoint |
AbstractEndpointFactory.createEndpoint() |
Constructor and Description |
---|
ServerImpl(Bus bus,
Endpoint endpoint,
DestinationFactory destinationFactory,
BindingFactory bindingFactory) |
Modifier and Type | Method and Description |
---|---|
protected Endpoint |
AbstractWSDLBasedEndpointFactory.createEndpoint() |
protected EndpointInfo |
AbstractWSDLBasedEndpointFactory.createEndpointInfo(BindingInfo bindingInfo) |
Modifier and Type | Method and Description |
---|---|
protected Endpoint |
AbstractJAXRSFactoryBean.createEndpoint() |
protected EndpointInfo |
AbstractJAXRSFactoryBean.createEndpointInfo(Service service) |
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. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSTSClient.createClient() |
static Endpoint |
STSUtils.createSCEndpoint(Bus bus,
String namespace,
String transportId,
String location,
String soapVersion,
org.apache.neethi.Policy policy) |
static Endpoint |
STSUtils.createSTSEndpoint(Bus bus,
String namespace,
String transportId,
String location,
String soapVersion,
org.apache.neethi.Policy policy,
QName epName) |
Client |
AbstractSTSClient.getClient() |
Constructor and Description |
---|
WSDLManagerImpl() |
Apache CXF