|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Exchange | |
---|---|
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 |
Uses of Exchange in org.apache.cxf.clustering |
---|
Methods in org.apache.cxf.clustering with parameters of type Exchange | |
---|---|
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. |
Uses of Exchange in org.apache.cxf.endpoint |
---|
Methods in org.apache.cxf.endpoint with parameters of type Exchange | |
---|---|
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 |
PreexistingConduitSelector.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. |
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 |
Uses of Exchange in org.apache.cxf.message |
---|
Classes in org.apache.cxf.message that implement Exchange | |
---|---|
class |
ExchangeImpl
|
Methods in org.apache.cxf.message that return Exchange | |
---|---|
Exchange |
Message.getExchange()
|
Exchange |
AbstractWrappedMessage.getExchange()
|
Exchange |
MessageImpl.getExchange()
|
Methods in org.apache.cxf.message with parameters of type Exchange | |
---|---|
void |
Message.setExchange(Exchange exchange)
|
void |
AbstractWrappedMessage.setExchange(Exchange exchange)
|
void |
MessageImpl.setExchange(Exchange e)
|
Uses of Exchange in org.apache.cxf.service.invoker |
---|
Methods in org.apache.cxf.service.invoker with parameters of type Exchange | |
---|---|
Object |
Invoker.invoke(Exchange exchange,
Object o)
|
Uses of Exchange in org.apache.cxf.service.model |
---|
Methods in org.apache.cxf.service.model with parameters of type Exchange | |
---|---|
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 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |