public class XmlRpcAsyncCallback extends Object implements org.apache.xmlrpc.client.AsyncCallback
Constructor and Description |
---|
XmlRpcAsyncCallback(org.apache.camel.Exchange exchange,
org.apache.camel.AsyncCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
handleError(org.apache.xmlrpc.XmlRpcRequest pRequest,
Throwable pError) |
void |
handleResult(org.apache.xmlrpc.XmlRpcRequest pRequest,
Object pResult) |
public XmlRpcAsyncCallback(org.apache.camel.Exchange exchange, org.apache.camel.AsyncCallback callback)
public void handleResult(org.apache.xmlrpc.XmlRpcRequest pRequest, Object pResult)
handleResult
in interface org.apache.xmlrpc.client.AsyncCallback
public void handleError(org.apache.xmlrpc.XmlRpcRequest pRequest, Throwable pError)
handleError
in interface org.apache.xmlrpc.client.AsyncCallback
Apache Camel