org.apache.lucene.gdata.hivemind.webservice
Interface 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
Method Summary |
void |
invoke(javax.servlet.http.HttpServletRequest arg0,
javax.servlet.http.HttpServletResponse arg1)
|
invoke
void invoke(javax.servlet.http.HttpServletRequest arg0,
javax.servlet.http.HttpServletResponse arg1)
throws IOException,
Throwable
- Parameters:
arg0
- - httpServletRequest to access the input stream for processingarg1
- - httpServletResponse to access the output stream for processing
- Throws:
IOException
- - if reading or writeing causes an IOException
Throwable
- - if the Hessian Impl. causes an error
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.