org.apache.ws.jaxme.js.junit
public class XmlRpcClientTestRemoteClass extends Object
| Method Summary | |
|---|---|
| void | add(int pValue) Adds pValue to the sum. |
| void | add(int[] pValues) Adds the given pValues to the sum. |
| void | add(String pValue) Converts the given string into an int and
adds it to the sum. |
| int | getSum() Returns the sum. |
| String | getSumAsString() Converts the sum into a string and returns it. |
pValue to the sum.pValues to the sum.Throws: IOException Never actually thrown, just to verify whether exceptions in the signature are handled properly.