| Package | Description |
|---|---|
| org.apache.cxf.clustering | |
| org.apache.cxf.endpoint |
Client and Server related classes.
|
| org.apache.cxf.message | |
| org.apache.cxf.service.invoker | |
| org.apache.cxf.service.model |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
FailoverStrategy.getAlternateAddresses(Exchange exchange)
Get the alternate addresses for this invocation.
|
List<Endpoint> |
FailoverStrategy.getAlternateEndpoints(Exchange exchange)
Get the alternate endpoints for this invocation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NullConduitSelector.complete(Exchange exchange)
Called on completion of the MEP for which the Conduit was required.
|
void |
ConduitSelector.complete(Exchange exchange)
Called on completion of the MEP for which the Conduit was required.
|
void |
AbstractConduitSelector.complete(Exchange exchange)
Called on completion of the MEP for which the Conduit was required.
|
void |
PreexistingConduitSelector.complete(Exchange exchange)
Called on completion of the MEP for which the Conduit was required.
|
Object[] |
Retryable.invoke(BindingOperationInfo oi,
Object[] params,
Map<String,Object> context,
Exchange exchange) |
Object[] |
Client.invoke(BindingOperationInfo oi,
Object[] params,
Map<String,Object> context,
Exchange exchange)
Invokes an operation synchronously
|
void |
Client.invoke(ClientCallback callback,
BindingOperationInfo oi,
Object[] params,
Exchange exchange)
Invokes an operation asynchronously
|
void |
Client.invoke(ClientCallback callback,
BindingOperationInfo oi,
Object[] params,
Map<String,Object> context,
Exchange exchange)
Invokes an operation asynchronously
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExchangeImpl |
| Modifier and Type | Method and Description |
|---|---|
Exchange |
AbstractWrappedMessage.getExchange() |
Exchange |
MessageImpl.getExchange() |
Exchange |
Message.getExchange() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWrappedMessage.setExchange(Exchange exchange) |
void |
MessageImpl.setExchange(Exchange e) |
void |
Message.setExchange(Exchange exchange) |
| Modifier and Type | Method and Description |
|---|---|
Object |
Invoker.invoke(Exchange exchange,
Object o) |
| Modifier and Type | Method and Description |
|---|---|
static BindingOperationInfo |
ServiceModelUtil.getOperation(Exchange exchange,
QName opName) |
static BindingOperationInfo |
ServiceModelUtil.getOperation(Exchange exchange,
String opName) |
static BindingOperationInfo |
ServiceModelUtil.getOperationForWrapperElement(Exchange exchange,
QName opName,
boolean output) |
static Service |
ServiceModelUtil.getService(Exchange exchange) |
static String |
ServiceModelUtil.getTargetNamespace(Exchange exchange) |
Apache CXF