|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Test
The Test service is a quick sanity check service. Developers of a new Hessian implementation can use this service as an initial test.
Method Summary | |
---|---|
java.lang.Object |
echo(java.lang.Object value)
Echos the object to the server. |
void |
fault()
Throws an application fault. |
java.lang.String |
hello()
Hello, World. |
void |
nullCall()
Does nothing. |
int |
subtract(int a,
int b)
Subtraction |
Method Detail |
---|
void nullCall()
java.lang.String hello()
int subtract(int a, int b)
java.lang.Object echo(java.lang.Object value)
void fault() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |