Apache CXF API

Uses of Interface
org.apache.cxf.message.Exchange

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
 java.util.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 PreexistingConduitSelector.complete(Exchange exchange)
          Called on completion of the MEP for which the Conduit was required.
 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.
 java.lang.Object[] Retryable.invoke(BindingOperationInfo oi, java.lang.Object[] params, java.util.Map<java.lang.String,java.lang.Object> context, Exchange exchange)
           
 

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 MessageImpl.getExchange()
           
 Exchange Message.getExchange()
           
 Exchange AbstractWrappedMessage.getExchange()
           
 

Methods in org.apache.cxf.message with parameters of type Exchange
 void MessageImpl.setExchange(Exchange e)
           
 void Message.setExchange(Exchange exchange)
           
 void AbstractWrappedMessage.setExchange(Exchange exchange)
           
 

Uses of Exchange in org.apache.cxf.service.invoker
 

Methods in org.apache.cxf.service.invoker with parameters of type Exchange
 java.lang.Object Invoker.invoke(Exchange exchange, java.lang.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, javax.xml.namespace.QName opName)
           
static BindingOperationInfo ServiceModelUtil.getOperation(Exchange exchange, java.lang.String opName)
           
static BindingOperationInfo ServiceModelUtil.getOperationForWrapperElement(Exchange exchange, javax.xml.namespace.QName opName, boolean output)
           
static Service ServiceModelUtil.getService(Exchange exchange)
           
static java.lang.String ServiceModelUtil.getTargetNamespace(Exchange exchange)
           
 


Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.