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.
Object | xmlRpcCall(String pName, Vector pVector) - Call the server, invoking the method named
pName ,
passing the arguments given by pVector .
|
xmlRpcCall
public Object xmlRpcCall(String pName,
Vector pVector)
throws Exception
Call the server, invoking the method named pName
,
passing the arguments given by pVector
.