org.openamf.invoker
Class PageableResultSetServiceInvoker

java.lang.Object
  extended byorg.openamf.invoker.ServiceInvoker
      extended byorg.openamf.invoker.PageableResultSetServiceInvoker

public class PageableResultSetServiceInvoker
extends ServiceInvoker

Version:
$Revision: 1.13 $, $Date: 2006/03/25 22:33:47 $
Author:
Jason Calabrese , Matthew David Langston, Sean C. Sullivan

Field Summary
 
Fields inherited from class org.openamf.invoker.ServiceInvoker
httpServletRequest, persistentServiceObject, request, servletContext
 
Constructor Summary
PageableResultSetServiceInvoker(ServiceRequest request, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.ServletContext servletContext)
           
 
Method Summary
 java.lang.Object invokeService()
           
 boolean supports(ServiceRequest request)
           
 
Methods inherited from class org.openamf.invoker.ServiceInvoker
getHttpServletRequest, getPersistentServiceName, getPersistentServiceObject, getPersistService, getRequest, getServletContext, load, prepare, setHttpServletRequest, setPersistentServiceObject, setRequest, setServletContext, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PageableResultSetServiceInvoker

public PageableResultSetServiceInvoker(ServiceRequest request,
                                       javax.servlet.http.HttpServletRequest httpServletRequest,
                                       javax.servlet.ServletContext servletContext)
Method Detail

invokeService

public java.lang.Object invokeService()
                               throws ServiceInvocationException
Specified by:
invokeService in class ServiceInvoker
Throws:
ServiceInvocationException

supports

public boolean supports(ServiceRequest request)
Specified by:
supports in class ServiceInvoker