public interface Test
Modifier and Type | Method and Description |
---|---|
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
|
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