org.apache.ws.jaxme.js.apps
Interface XmlRpcCaller


public interface XmlRpcCaller

Interface being implemented by the actual XML-RPC caller. The main purpose of delegating this to an interface, is the separation between generated classes and things like authentication, server location, and so on.


Method Summary
 java.lang.Object xmlRpcCall(java.lang.String pName, java.util.Vector pVector)
          Call the server, invoking the method named pName, passing the arguments given by pVector.
 

Method Detail

xmlRpcCall

java.lang.Object xmlRpcCall(java.lang.String pName,
                            java.util.Vector pVector)
                            throws java.lang.Exception
Call the server, invoking the method named pName, passing the arguments given by pVector.

Throws:
java.lang.Exception