FileDocCategorySizeDatePackage
HessianServiceSkeletonInvoker.javaAPI DocApache Lucene 2.1.01652Wed Feb 14 10:46:00 GMT 2007org.apache.lucene.gdata.hivemind.webservice

HessianServiceSkeletonInvoker

public interface HessianServiceSkeletonInvoker
Internal invoker interface to support more than one version of the protocol. Currently only Version 3.0.20 is supported.
author
Simon Willnauer

Fields Summary
Constructors Summary
Methods Summary
public abstract voidinvoke(javax.servlet.http.HttpServletRequest arg0, javax.servlet.http.HttpServletResponse arg1)

param
arg0 - httpServletRequest to access the input stream for processing
param
arg1 - httpServletResponse to access the output stream for processing
throws
IOException - if reading or writeing causes an IOException
throws
Throwable - if the Hessian Impl. causes an error