mx4j.tools.remote.caucho.hessian

Class HessianServlet

Known Direct Subclasses:
SSLHessianServlet

public class HessianServlet
extends CauchoServlet

Version:
$Revision: 1.4 $

Method Summary

protected CauchoInput
createCauchoInput(InputStream stream)
protected CauchoOutput
createCauchoOutput(OutputStream stream)
protected CauchoService
createService()
void
destroy()
protected Object
getService()
void
init()

Methods inherited from class mx4j.tools.remote.caucho.CauchoServlet

createCauchoInput, createCauchoOutput, findMethod, getService, init, invoke, invoke, mangleMethodName, mapMethods, readArguments, readHeaders, service

Method Details

createCauchoInput

protected CauchoInput createCauchoInput(InputStream stream)
Overrides:
createCauchoInput in interface CauchoServlet

createCauchoOutput

protected CauchoOutput createCauchoOutput(OutputStream stream)
Overrides:
createCauchoOutput in interface CauchoServlet

createService

protected CauchoService createService()

destroy

public void destroy()

getService

protected Object getService()
Overrides:
getService in interface CauchoServlet

init

public void init()
            throws ServletException
Overrides:
init in interface CauchoServlet

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