Uses of Class
de.dfki.util.xmlrpc.client.MethodCall

Packages that use MethodCall
de.dfki.util.xmlrpc.client   
de.dfki.util.xmlrpc.common   
 

Uses of MethodCall in de.dfki.util.xmlrpc.client
 

Methods in de.dfki.util.xmlrpc.client that return MethodCall
 MethodCall StandardXmlRpcClient.prepareCall(MethodSignature sig)
           
 MethodCall XmlRpcClient.prepareCall(MethodSignature sig)
          Prepares a XML-RPC call by reading a given MethodSignature and returning a MethodCall object to supervise parameter hand over.
 

Methods in de.dfki.util.xmlrpc.client with parameters of type MethodCall
<T> T
StandardXmlRpcClient.invoke(MethodCall methodCall)
           
<T> T
XmlRpcClient.invoke(MethodCall method)
          Invokes a XMl-RPC call which is represented by MethodCall parameter.
 

Uses of MethodCall in de.dfki.util.xmlrpc.common
 

Methods in de.dfki.util.xmlrpc.common with parameters of type MethodCall
 java.lang.Object XmlRpcConnection.invoke(MethodCall methodCall)
           
 



Copyright © 2012. All Rights Reserved.