org.apache.camel.component.cxf
Class CxfClientCallback

java.lang.Object
  extended by org.apache.cxf.endpoint.ClientCallback
      extended by org.apache.camel.component.cxf.CxfClientCallback
All Implemented Interfaces:
Future<Object[]>

public class CxfClientCallback
extends org.apache.cxf.endpoint.ClientCallback


Field Summary
 
Fields inherited from class org.apache.cxf.endpoint.ClientCallback
cancelled, context, done, exception, result, started
 
Constructor Summary
CxfClientCallback(org.apache.camel.AsyncCallback callback, org.apache.camel.Exchange camelExchange, org.apache.cxf.message.Exchange cxfExchange, org.apache.cxf.service.model.BindingOperationInfo boi, CxfBinding binding)
           
 
Method Summary
 void handleException(Map<String,Object> ctx, Throwable ex)
           
 void handleResponse(Map<String,Object> ctx, Object[] res)
           
 
Methods inherited from class org.apache.cxf.endpoint.ClientCallback
cancel, get, get, getException, getResponseContext, isCancelled, isDone, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CxfClientCallback

public CxfClientCallback(org.apache.camel.AsyncCallback callback,
                         org.apache.camel.Exchange camelExchange,
                         org.apache.cxf.message.Exchange cxfExchange,
                         org.apache.cxf.service.model.BindingOperationInfo boi,
                         CxfBinding binding)
Method Detail

handleResponse

public void handleResponse(Map<String,Object> ctx,
                           Object[] res)
Overrides:
handleResponse in class org.apache.cxf.endpoint.ClientCallback

handleException

public void handleException(Map<String,Object> ctx,
                            Throwable ex)
Overrides:
handleException in class org.apache.cxf.endpoint.ClientCallback


Apache CAMEL