Class CxfClientCallback

java.lang.Object
org.apache.cxf.endpoint.ClientCallback
org.apache.camel.component.cxf.jaxws.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

    context, delegate, started
  • Constructor Summary

    Constructors
    Constructor
    Description
    CxfClientCallback(org.apache.camel.AsyncCallback callback, org.apache.camel.Exchange camelExchange, org.apache.cxf.message.Exchange cxfExchange, org.apache.cxf.service.model.BindingOperationInfo boi, CxfEndpoint endpoint)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     

    Methods inherited from class org.apache.cxf.endpoint.ClientCallback

    cancel, get, get, getResponseContext, isCancelled, isDone, start

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • 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, CxfEndpoint endpoint)
  • Method Details

    • 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