org.apache.ws.jaxme.js.junit
Class XmlRpcClientTestRemoteClass
java.lang.Object
org.apache.ws.jaxme.js.junit.XmlRpcClientTestRemoteClass
public class XmlRpcClientTestRemoteClass
extends java.lang.Object
A test class, does nothing useful.
void | add(String pValue) - Converts the given string into an int and
adds it to the sum.
|
void | add(int pValue) - Adds
pValue to the sum.
|
void | add(int[] pValues) - Adds the given
pValues to the sum.
|
int | getSum() - Returns the sum.
|
String | getSumAsString() - Converts the sum into a string and returns it.
|
add
public void add(String pValue)
Converts the given string into an int and
adds it to the sum.
add
public void add(int pValue)
Adds pValue
to the sum.
add
public void add(int[] pValues)
Adds the given pValues
to the sum.
getSum
public int getSum()
Returns the sum.
getSumAsString
public String getSumAsString()
throws IOException,
MalformedURLException
Converts the sum into a string and returns it.