mx4j.tools.remote.caucho.hessian
Class HessianServlet

java.lang.Object
  extended by HttpServlet
      extended by mx4j.tools.remote.caucho.CauchoServlet
          extended by mx4j.tools.remote.caucho.hessian.HessianServlet
Direct Known Subclasses:
SSLHessianServlet

public class HessianServlet
extends CauchoServlet

Version:
$Revision: 1.4 $

Constructor Summary
HessianServlet()
           
 
Method Summary
protected  CauchoInput createCauchoInput(java.io.InputStream stream)
           
protected  CauchoOutput createCauchoOutput(java.io.OutputStream stream)
           
protected  CauchoService createService()
           
 void destroy()
           
protected  java.lang.Object getService()
           
 void init()
           
 
Methods inherited from class mx4j.tools.remote.caucho.CauchoServlet
findMethod, invoke, invoke, mangleMethodName, mapMethods, readArguments, readHeaders, service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HessianServlet

public HessianServlet()
Method Detail

init

public void init()
          throws ServletException
Overrides:
init in class CauchoServlet
Throws:
ServletException

createService

protected CauchoService createService()

destroy

public void destroy()

getService

protected java.lang.Object getService()
Specified by:
getService in class CauchoServlet

createCauchoInput

protected CauchoInput createCauchoInput(java.io.InputStream stream)
Specified by:
createCauchoInput in class CauchoServlet

createCauchoOutput

protected CauchoOutput createCauchoOutput(java.io.OutputStream stream)
Specified by:
createCauchoOutput in class CauchoServlet


Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.