Package | Description |
---|---|
org.apache.cxf.binding |
Interfaces for protocol bindings and their factories.
|
org.apache.cxf.binding.coloc | |
org.apache.cxf.binding.object | |
org.apache.cxf.binding.soap | |
org.apache.cxf.binding.soap.interceptor | |
org.apache.cxf.clustering | |
org.apache.cxf.endpoint |
Client and Server related classes.
|
org.apache.cxf.frontend | |
org.apache.cxf.interceptor |
Core interceptor interfaces which form the basis for message processing chains
in CXF.
|
org.apache.cxf.jaxws | |
org.apache.cxf.jaxws.support | |
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.transport |
Transport related classes.
|
org.apache.cxf.ws.rm |
Modifier and Type | Method and Description |
---|---|
void |
AbstractBaseBindingFactory.addListener(Destination d,
Endpoint e) |
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
|
Modifier and Type | Method and Description |
---|---|
protected void |
ColocOutInterceptor.invokeColocObserver(Message outMsg,
Endpoint inboundEndpoint) |
protected void |
ColocOutInterceptor.invokeInboundChain(Exchange ex,
Endpoint ep) |
protected Server |
ColocOutInterceptor.isColocated(List<Server> servers,
Endpoint endpoint,
BindingOperationInfo boi) |
void |
ColocOutInterceptor.setExchangeProperties(Exchange exchange,
Endpoint ep) |
Constructor and Description |
---|
ColocMessageObserver(Endpoint endpoint,
Bus bus) |
Constructor and Description |
---|
LocalServerListener.OverrideBindingObserver(Endpoint endpoint,
Binding binding,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
void |
SoapBindingFactory.addListener(Destination d,
Endpoint e) |
Modifier and Type | Method and Description |
---|---|
protected Endpoint |
EndpointSelectionInterceptor.selectEndpoint(Message message,
Set<Endpoint> eps) |
Modifier and Type | Method and Description |
---|---|
protected Endpoint |
EndpointSelectionInterceptor.selectEndpoint(Message message,
Set<Endpoint> eps) |
Modifier and Type | Method and Description |
---|---|
protected Endpoint |
FailoverTargetSelector.getFailoverTarget(Exchange exchange,
FailoverTargetSelector.InvocationContext invocation)
Get the failover target endpoint, if a suitable one is available.
|
protected Endpoint |
LoadDistributorTargetSelector.getFailoverTarget(Exchange exchange,
FailoverTargetSelector.InvocationContext invocation)
Get the failover target endpoint, if a suitable one is available.
|
Endpoint |
AbstractStaticFailoverStrategy.selectAlternateEndpoint(List<Endpoint> alternates)
Select one of the alternate endpoints for a retried invocation.
|
Endpoint |
FailoverStrategy.selectAlternateEndpoint(List<Endpoint> alternates)
Select one of the alternate endpoints for a retried invocation.
|
Modifier and Type | Method and Description |
---|---|
List<Endpoint> |
RetryStrategy.getAlternateEndpoints(Exchange exchange) |
List<Endpoint> |
AbstractStaticFailoverStrategy.getAlternateEndpoints(Exchange exchange)
Get the alternate endpoints for this invocation.
|
List<Endpoint> |
FailoverStrategy.getAlternateEndpoints(Exchange exchange)
Get the alternate endpoints for this invocation.
|
protected List<Endpoint> |
AbstractStaticFailoverStrategy.getEndpoints(Exchange exchange,
boolean acceptCandidatesWithSameAddress)
Get the endpoints for this invocation.
|
Modifier and Type | Method and Description |
---|---|
protected ConduitSelector |
FailoverFeature.initTargetSelector(Endpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
Endpoint |
AbstractStaticFailoverStrategy.selectAlternateEndpoint(List<Endpoint> alternates)
Select one of the alternate endpoints for a retried invocation.
|
Endpoint |
FailoverStrategy.selectAlternateEndpoint(List<Endpoint> alternates)
Select one of the alternate endpoints for a retried invocation.
|
Modifier and Type | Class and Description |
---|---|
class |
EndpointImpl |
Modifier and Type | Field and Description |
---|---|
protected Endpoint |
AbstractConduitSelector.endpoint |
Modifier and Type | Method and Description |
---|---|
protected abstract Endpoint |
AbstractEndpointFactory.createEndpoint() |
Endpoint |
ServerImpl.getEndpoint() |
Endpoint |
ClientImpl.getEndpoint() |
Endpoint |
NullConduitSelector.getEndpoint() |
Endpoint |
AbstractConduitSelector.getEndpoint() |
Endpoint |
Client.getEndpoint() |
Endpoint |
PreexistingConduitSelector.getEndpoint() |
Endpoint |
Server.getEndpoint() |
Endpoint |
ConduitSelector.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
|
protected void |
ClientImpl.setEndpoint(Endpoint e) |
void |
NullConduitSelector.setEndpoint(Endpoint ep) |
void |
AbstractConduitSelector.setEndpoint(Endpoint ep) |
void |
PreexistingConduitSelector.setEndpoint(Endpoint ep) |
void |
ConduitSelector.setEndpoint(Endpoint endpoint) |
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) |
ServerImpl(Bus bus,
Endpoint endpoint,
DestinationFactory destinationFactory,
MessageObserver observer) |
Modifier and Type | Method and Description |
---|---|
protected Endpoint |
AbstractWSDLBasedEndpointFactory.createEndpoint() |
Modifier and Type | Method and Description |
---|---|
protected void |
ClientFactoryBean.applyProperties(Endpoint ep) |
protected Client |
ClientFactoryBean.createClient(Endpoint ep) |
BindingOperationInfo |
SimpleMethodDispatcher.getBindingOperation(Method method,
Endpoint endpoint) |
BindingOperationInfo |
MethodDispatcher.getBindingOperation(Method m,
Endpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
protected abstract Endpoint |
AbstractEndpointSelectionInterceptor.selectEndpoint(Message message,
Set<Endpoint> eps)
Select an Endpoint which will be used for the rest of the invocation.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Endpoint |
AbstractEndpointSelectionInterceptor.selectEndpoint(Message message,
Set<Endpoint> eps)
Select an Endpoint which will be used for the rest of the invocation.
|
Modifier and Type | Method and Description |
---|---|
BindingOperationInfo |
JAXWSMethodDispatcher.getBindingOperation(Method method,
Endpoint endpoint) |
BindingOperationInfo |
JAXWSProviderMethodDispatcher.getBindingOperation(Method m,
Endpoint endpoint) |
protected void |
JaxWsServerFactoryBean.initializeAnnotationInterceptors(Endpoint ep,
Class<?>... cls)
Add annotated Interceptors and Features to the Endpoint
|
Modifier and Type | Class and Description |
---|---|
class |
JaxWsClientEndpointImpl |
class |
JaxWsEndpointImpl
A JAX-WS specific implementation of the CXF
Endpoint interface. |
Modifier and Type | Method and Description |
---|---|
Endpoint |
JaxWsServiceFactoryBean.createEndpoint(EndpointInfo ei) |
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 |
---|---|
Endpoint |
ReflectionServiceFactoryBean.createEndpoint(EndpointInfo ei) |
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 | Class and Description |
---|---|
class |
WrappedEndpoint |
Modifier and Type | Method and Description |
---|---|
Endpoint |
RMEndpoint.getApplicationEndpoint() |
Endpoint |
AbstractEndpoint.getEndpoint() |
Endpoint |
RMEndpoint.getEndpoint() |
Endpoint |
WrappedEndpoint.getWrappedEndpoint() |
Modifier and Type | Method and Description |
---|---|
Map<QName,Endpoint> |
WrappedService.getEndpoints() |
Modifier and Type | Method and Description |
---|---|
protected Client |
Proxy.createClient(Bus bus,
Endpoint endpoint,
Conduit conduit,
EndpointReferenceType address) |
static String |
RMUtils.getEndpointIdentifier(Endpoint endpoint) |
Constructor and Description |
---|
RMEndpoint(RMManager m,
Endpoint ae) |
Apache CXF