org.apache.ws.jaxme.js.junit
Class XmlRpcClientTestRemoteClass

java.lang.Object
  extended by org.apache.ws.jaxme.js.junit.XmlRpcClientTestRemoteClass

public class XmlRpcClientTestRemoteClass
extends java.lang.Object

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

XmlRpcClientTestRemoteClass

public XmlRpcClientTestRemoteClass()
Method Detail

add

public void add(int pValue)
Adds pValue to the sum.


add

public void add(int[] pValues)
Adds the given pValues to the sum.


add

public void add(java.lang.String pValue)
Converts the given string into an int and adds it to the sum.


getSum

public int getSum()
Returns the sum.


getSumAsString

public java.lang.String getSumAsString()
                                throws java.io.IOException,
                                       java.net.MalformedURLException
Converts the sum into a string and returns it.

Throws:
java.io.IOException - Never actually thrown, just to verify whether exceptions in the signature are handled properly.
java.net.MalformedURLException