|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
com.caucho.hessian.server.HessianServlet
com.caucho.hessian.test.TestHessianServlet
public class TestHessianServlet
The test service is a Hessian 2.0 protocol test for developers of Hessian 2.0 clients. For a new client the recommended order is:
Constructor Summary | |
---|---|
TestHessianServlet()
|
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 |
Methods inherited from class com.caucho.hessian.server.HessianServlet |
---|
createHessian2Input, getAPIClass, getContextClassLoader, getSerializerFactory, getServletInfo, init, invoke, service, setAPIClass, setDebug, setHome, setHomeAPI, setLogName, setObject, setObjectAPI, setSendCollectionType, setSerializerFactory, setService |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestHessianServlet()
Method Detail |
---|
public void nullCall()
nullCall
in interface Test
public java.lang.String hello()
hello
in interface Test
public int subtract(int a, int b)
subtract
in interface Test
public java.lang.Object echo(java.lang.Object value)
echo
in interface Test
public void fault() throws java.io.IOException
fault
in interface Test
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |