public class XmlRpcClientTestRemoteClass
extends java.lang.Object
Constructor and Description |
---|
XmlRpcClientTestRemoteClass() |
Modifier and Type | Method and Description |
---|---|
void |
add(int pValue)
Adds
pValue to the sum. |
void |
add(int[] pValues)
Adds the given
pValues to the sum. |
void |
add(java.lang.String pValue)
Converts the given string into an int and
adds it to the sum.
|
int |
getSum()
Returns the sum.
|
java.lang.String |
getSumAsString()
Converts the sum into a string and returns it.
|
public void add(int pValue)
pValue
to the sum.public void add(int[] pValues)
pValues
to the sum.public void add(java.lang.String pValue)
public int getSum()
public java.lang.String getSumAsString() throws java.io.IOException, java.net.MalformedURLException
java.io.IOException
- Never actually thrown, just to verify
whether exceptions in the signature are handled properly.java.net.MalformedURLException