Class CxfClientCallback

  • All Implemented Interfaces:
    Future<Object[]>

    public class CxfClientCallback
    extends org.apache.cxf.endpoint.ClientCallback
    • 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,
                                 CxfEndpoint endpoint)
    • 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