org.openamf.invoker
Class WebServiceInvoker

java.lang.Object
  extended byorg.openamf.invoker.ServiceInvoker
      extended byorg.openamf.invoker.JavaServiceInvoker
          extended byorg.openamf.invoker.WebServiceInvoker

public class WebServiceInvoker
extends JavaServiceInvoker

Version:
$Revision: 1.26 $, $Date: 2003/11/29 17:04:04 $
Author:
Adrian Roston , Jason Calabrese

Field Summary
 
Fields inherited from class org.openamf.invoker.ServiceInvoker
httpServletRequest, persistentServiceObject, request, servletContext
 
Constructor Summary
WebServiceInvoker(ServiceRequest request, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.ServletContext servletContex)
           
 
Method Summary
 java.lang.Object invokeService()
           
 boolean supports(ServiceRequest request)
           
 
Methods inherited from class org.openamf.invoker.JavaServiceInvoker
getPersistentServiceName, getPersistService, invokeServiceMethod
 
Methods inherited from class org.openamf.invoker.ServiceInvoker
getHttpServletRequest, getPersistentServiceObject, 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

WebServiceInvoker

public WebServiceInvoker(ServiceRequest request,
                         javax.servlet.http.HttpServletRequest httpServletRequest,
                         javax.servlet.ServletContext servletContex)
Method Detail

invokeService

public java.lang.Object invokeService()
                               throws ServiceInvocationException
Overrides:
invokeService in class JavaServiceInvoker
Throws:
ServiceInvocationException

supports

public boolean supports(ServiceRequest request)
Overrides:
supports in class JavaServiceInvoker