org.apache.lucene.gdata.hivemind.webservice
Interface HessianSkeletonProvider

All Known Implementing Classes:
HessianSkeletonProviderImpl

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

Method Summary
 HessianServiceSkeletonInvoker getServiceSkeletonInvoker(javax.servlet.http.HttpServletRequest arg0)
          Selects the configured Service according to the given request.
 

Method Detail

getServiceSkeletonInvoker

HessianServiceSkeletonInvoker getServiceSkeletonInvoker(javax.servlet.http.HttpServletRequest arg0)
Selects the configured Service according to the given request.

Parameters:
arg0 - - the current HttpServletRequest
Returns:
- a corresponding HessianServiceSkeletonInvoker


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.