org.apache.camel.component.cxf
Class CxfClientCallback
java.lang.Object
org.apache.cxf.endpoint.ClientCallback
org.apache.camel.component.cxf.CxfClientCallback
- All Implemented Interfaces:
- Future<Object[]>
public class CxfClientCallback
- extends org.apache.cxf.endpoint.ClientCallback
| 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)
|
| 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 |
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)
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