|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.jaxme.js.junit.XmlRpcClientTestRemoteClass
A test class, does nothing useful.
Constructor Summary | |
XmlRpcClientTestRemoteClass()
|
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XmlRpcClientTestRemoteClass()
Method Detail |
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |