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

Uses in package org.apache.xmlrpc.client

Classes implementing org.apache.xmlrpc.client.XmlRpcClientConfig

class
Default implementation of a clients request configuration.

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

Object
XmlRpcClient.execute(XmlRpcClientConfig pConfig, String pMethodName, List pParams)
Performs a request with the given configuration.
Object
XmlRpcClient.execute(XmlRpcClientConfig pConfig, String pMethodName, Object[] pParams)
Performs a request with the given 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.
void
Sets the clients default configuration.

Methods with return type org.apache.xmlrpc.client.XmlRpcClientConfig

XmlRpcClientConfig
Returns the clients default configuration.

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