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

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

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

Methods in de.dfki.util.xmlrpc.client that throw MethodCallParameterException
 void MethodCall.add(java.lang.Object param)
           
 void MethodCall.addParameter(boolean p)
          Deprecated. 
 void MethodCall.addParameter(java.lang.Boolean p)
          Deprecated. 
 void MethodCall.addParameter(byte[] p)
          Deprecated. 
<T> void
MethodCall.addParameter(java.util.Collection<T> p)
          Deprecated. 
 void MethodCall.addParameter(java.util.Date p)
          Deprecated. 
 void MethodCall.addParameter(double p)
          Deprecated. 
 void MethodCall.addParameter(java.lang.Double p)
          Deprecated. 
 void MethodCall.addParameter(int p)
          Deprecated. 
 void MethodCall.addParameter(java.lang.Integer p)
          Deprecated. 
<T,K> void
MethodCall.addParameter(java.util.Map<T,K> p)
          Deprecated. 
 void MethodCall.addParameter(java.lang.String p)
          Deprecated. 
 void MethodCall.addParameters(java.lang.Object... param)
          Add a bunch of parameters.
<T> T
StandardXmlRpcClient.invoke(MethodCall methodCall)
           
<T> T
XmlRpcClient.invoke(MethodCall method)
          Invokes a XMl-RPC call which is represented by MethodCall parameter.
 void MethodCall.validateCall()
          Checks, if the current call (with all added parameters) is valid.
 

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

Methods in de.dfki.util.xmlrpc.common that throw MethodCallParameterException
 java.lang.Object XmlRpcConnection.invoke(MethodCall methodCall)
           
 



Copyright © 2012. All Rights Reserved.