Class CxfClientCallback
java.lang.Object
org.apache.cxf.endpoint.ClientCallback
org.apache.camel.component.cxf.jaxws.CxfClientCallback
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
ConstructorsConstructorDescriptionCxfClientCallback(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 TypeMethodDescriptionvoidhandleException(Map<String, Object> ctx, Throwable ex) voidhandleResponse(Map<String, Object> ctx, Object[] res) Methods inherited from class org.apache.cxf.endpoint.ClientCallback
cancel, get, get, getResponseContext, isCancelled, isDone, start
-
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
- Overrides:
handleResponsein classorg.apache.cxf.endpoint.ClientCallback
-
handleException
- Overrides:
handleExceptionin classorg.apache.cxf.endpoint.ClientCallback
-