public interface XmlRpcCaller
Modifier and Type | Method and Description |
---|---|
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 . |