org.rhq.enterprise.server.plugins.rhnhosted.xmlrpc
Interface XmlRpcExecutor

All Known Implementing Classes:
ApacheXmlRpcExecutor

public interface XmlRpcExecutor


Method Summary
 Object execute(String pMethodName, List pParams)
          Performs a request with the clients default configuration.
 Object execute(String methodName, Object[] params)
          Execute an XMLRPC method
 

Method Detail

execute

Object execute(String methodName,
               Object[] params)
               throws org.apache.xmlrpc.XmlRpcException
Execute an XMLRPC method

Parameters:
methodName -
params -
Returns:
Throws:
org.apache.xmlrpc.XmlRpcException

execute

Object execute(String pMethodName,
               List pParams)
               throws org.apache.xmlrpc.XmlRpcException
Performs a request with the clients default configuration.

Parameters:
pMethodName - The method being performed.
pParams - The parameters.
Returns:
The result object.
Throws:
org.apache.xmlrpc.XmlRpcException - Performing the request failed.


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.