| Package | Description |
|---|---|
| org.apache.cxf.binding |
Interfaces for protocol bindings and their factories.
|
| org.apache.cxf.clustering | |
| 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
|
| 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
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
FailoverStrategy.selectAlternateEndpoint(List<Endpoint> alternates)
Select one of the alternate endpoints for a retried invocation.
|
| Modifier and Type | Method and Description |
|---|---|
List<Endpoint> |
FailoverStrategy.getAlternateEndpoints(Exchange exchange)
Get the alternate endpoints for this invocation.
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
FailoverStrategy.selectAlternateEndpoint(List<Endpoint> alternates)
Select one of the alternate endpoints for a retried invocation.
|
| Modifier and Type | Field and Description |
|---|---|
protected Endpoint |
AbstractConduitSelector.endpoint |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
NullConduitSelector.getEndpoint() |
Endpoint |
ConduitSelector.getEndpoint() |
Endpoint |
Server.getEndpoint() |
Endpoint |
AbstractConduitSelector.getEndpoint() |
Endpoint |
PreexistingConduitSelector.getEndpoint() |
Endpoint |
Client.getEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
NullConduitSelector.setEndpoint(Endpoint ep) |
void |
ConduitSelector.setEndpoint(Endpoint endpoint) |
void |
AbstractConduitSelector.setEndpoint(Endpoint ep) |
void |
PreexistingConduitSelector.setEndpoint(Endpoint ep) |
| Constructor and Description |
|---|
PreexistingConduitSelector(Conduit c,
Endpoint e)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
ExchangeImpl.getEndpoint() |
Endpoint |
Exchange.getEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
Map<QName,Endpoint> |
Service.getEndpoints() |
Apache CXF