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

HessianSkeletonProvider

public interface HessianSkeletonProvider
Serviceprovider for within hivemind configured services to expose as webservices. This SkeletonProvider will return the corresponding service to the given HttpServletRequest.

Services exported via this provider will be available via a Hessian service endpoint, accessible via a Hessian proxy

Fo information on Hessian see: Hessian protocol

author
Simon Willnauer

Fields Summary
Constructors Summary
Methods Summary
public HessianServiceSkeletonInvokergetServiceSkeletonInvoker(javax.servlet.http.HttpServletRequest arg0)
Selects the configured Service according to the given request.

param
arg0 - the current HttpServletRequest
return
- a corresponding HessianServiceSkeletonInvoker