Uses of Interface org.apache.xmlrpc.client.AsyncCallback

Uses in package org.apache.xmlrpc.client

Classes implementing org.apache.xmlrpc.client.AsyncCallback

class
A callback object that can wait up to a specified amount of time for the XML-RPC response.

Methods with parameter type org.apache.xmlrpc.client.AsyncCallback

void
Performs an synchronous request.
void
XmlRpcClient.executeAsync(String pMethodName, List pParams, AsyncCallback pCallback)
Performs an asynchronous request with the clients default configuration.
void
XmlRpcClient.executeAsync(String pMethodName, Object[] pParams, AsyncCallback pCallback)
Performs an asynchronous request with the clients default configuration.
void
Performs a request with the clients default configuration.
void
XmlRpcClient.executeAsync(XmlRpcClientConfig pConfig, String pMethodName, List pParams, AsyncCallback pCallback)
Performs an asynchronous request with the given configuration.
void
XmlRpcClient.executeAsync(XmlRpcClientConfig pConfig, String pMethodName, Object[] pParams, AsyncCallback pCallback)
Performs an asynchronous request with the given configuration.

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.