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.message | |
org.apache.cxf.service |
This package and its sub packages contain classes relating to services and the CXF
service model
|
org.apache.cxf.service.factory | |
org.apache.cxf.service.invoker | |
org.apache.cxf.staxutils.validation | |
org.apache.cxf.transport |
Transport related classes.
|
org.apache.cxf.ws.security.trust |
Modifier and Type | Method and Description |
---|---|
void |
BindingFactory.addListener(Destination d,
Endpoint e)
Set the destination's message observer which is created by using the endpoint to
listen the incoming message
|
void |
AbstractBindingFactory.addListener(Destination d,
Endpoint e) |
Modifier and Type | Class and Description |
---|---|
class |
EndpointImpl |
Modifier and Type | Field and Description |
---|---|
protected Endpoint |
ServerImpl.endpoint |
protected Endpoint |
ManagedEndpoint.endpoint |
protected Endpoint |
AbstractConduitSelector.endpoint |
Modifier and Type | Method and Description |
---|---|
protected abstract Endpoint |
AbstractEndpointFactory.createEndpoint() |
Endpoint |
ServerImpl.getEndpoint() |
Endpoint |
Server.getEndpoint() |
Endpoint |
PreexistingConduitSelector.getEndpoint() |
Endpoint |
NullConduitSelector.getEndpoint() |
Endpoint |
ConduitSelector.getEndpoint() |
Endpoint |
ClientImpl.getEndpoint() |
Endpoint |
Client.getEndpoint() |
Endpoint |
AbstractConduitSelector.getEndpoint() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractEndpointFactory.checkPrivateEndpoint(Endpoint ep)
Checks if a given endpoint has been marked as private.
|
protected boolean |
AbstractEndpointFactory.initializeAnnotationInterceptors(AnnotationInterceptors provider,
Endpoint ep) |
protected void |
AbstractEndpointFactory.initializeAnnotationInterceptors(Endpoint ep,
Class<?>... cls)
Add annotationed Interceptors and Features to the Endpoint
|
protected void |
AbstractEndpointFactory.initializeAnnotationInterceptors(Endpoint ep,
Class<?> cls)
Add annotated Interceptors and Features to the Endpoint
|
void |
PreexistingConduitSelector.setEndpoint(Endpoint ep) |
void |
NullConduitSelector.setEndpoint(Endpoint ep) |
void |
ConduitSelector.setEndpoint(Endpoint endpoint) |
protected void |
ClientImpl.setEndpoint(Endpoint e) |
void |
AbstractConduitSelector.setEndpoint(Endpoint ep) |
protected void |
ClientImpl.setExchangeProperties(Exchange exchange,
Endpoint endpoint,
BindingOperationInfo boi) |
protected PhaseInterceptorChain |
ClientImpl.setupInterceptorChain(Endpoint endpoint) |
Constructor and Description |
---|
ClientImpl(Bus b,
Endpoint e) |
ClientImpl(Bus b,
Endpoint e,
Conduit c) |
ClientImpl(Bus b,
Endpoint e,
ConduitSelector sc) |
ManagedEndpoint(Bus b,
Endpoint ep,
Server s) |
PreexistingConduitSelector(Conduit c,
Endpoint e)
Constructor.
|
ServerImpl(Bus bus,
Endpoint endpoint,
DestinationFactory destinationFactory,
BindingFactory bindingFactory) |
Modifier and Type | Method and Description |
---|---|
Endpoint |
ExchangeImpl.getEndpoint() |
Endpoint |
Exchange.getEndpoint() |
Modifier and Type | Method and Description |
---|---|
Map<QName,Endpoint> |
ServiceImpl.getEndpoints() |
Map<QName,Endpoint> |
Service.getEndpoints() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceImpl.setEndpoints(Map<QName,Endpoint> endpoints) |
Modifier and Type | Method and Description |
---|---|
BindingOperationInfo |
SimpleMethodDispatcher.getBindingOperation(Method method,
Endpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
BindingOperationInfo |
MethodDispatcher.getBindingOperation(Method m,
Endpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
void |
WoodstoxValidationImpl.setupValidation(XMLStreamReader reader,
Endpoint endpoint,
ServiceInfo serviceInfo) |
void |
WoodstoxValidationImpl.setupValidation(XMLStreamWriter writer,
Endpoint endpoint,
ServiceInfo serviceInfo) |
Modifier and Type | Field and Description |
---|---|
protected Endpoint |
ChainInitiationObserver.endpoint |
Modifier and Type | Method and Description |
---|---|
Endpoint |
ChainInitiationObserver.getEndpoint() |
Modifier and Type | Method and Description |
---|---|
Set<Endpoint> |
MultipleEndpointObserver.getEndpoints() |
Constructor and Description |
---|
ChainInitiationObserver(Endpoint endpoint,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.