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 bypVector. | 
 
xmlRpcCall
public 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 bypVector.
 
- 
- Throws:
- java.lang.Exception