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

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

Method Details

xmlRpcCall

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