Uses of Class
org.openamf.invoker.ServiceInvocationException

Packages that use ServiceInvocationException
org.openamf   
org.openamf.invoker   
 

Uses of ServiceInvocationException in org.openamf
 

Methods in org.openamf that throw ServiceInvocationException
protected  void DefaultGateway.preInvokeService(javax.servlet.http.HttpServletRequest httpServletRequest, ServiceInvoker serviceInvoker)
          Called before a body is invoked, if the selected invoker is a persistent service it's persistent service object will be looked up in the session
protected  java.lang.Object DefaultGateway.postInvokeService(javax.servlet.http.HttpServletRequest httpServletRequest, ServiceInvoker serviceInvoker, java.lang.Object serviceResult)
          Called after the body is invoked, if the selected invoker is a persistant service it's persistent service object will be stored in the session
protected  ServiceInvoker DefaultGateway.getServiceInvoker(AMFBody requestBody, javax.servlet.http.HttpServletRequest httpServletRequest)
          This method is used to find the correct invoker for the request.
protected  ServiceInvoker AdvancedGateway.getServiceInvoker(AMFBody requestBody, javax.servlet.http.HttpServletRequest httpServletRequest)
          Uses the setting in openamf-config.xml to gets the correct invoker, enforce access control, and store state-beans in the request/session
protected  java.lang.Object AdvancedGateway.postInvokeService(javax.servlet.http.HttpServletRequest httpServletRequest, ServiceInvoker serviceInvoker, java.lang.Object serviceResult)
          Preforms any filtering that was defined in openamd-config.xml and then return control to the DefaultGateway
 

Uses of ServiceInvocationException in org.openamf.invoker
 

Methods in org.openamf.invoker that throw ServiceInvocationException
 java.lang.Object WebServiceInvoker.invokeService()
           
 java.lang.Object SpringBeanInvoker.invokeService()
           
 java.lang.Object SessionControlInvoker.invokeService()
           
abstract  java.lang.Object ServiceInvoker.invokeService()
           
 java.lang.Object PageableResultSetServiceInvoker.invokeService()
           
 java.lang.Object JMXServiceInvoker.invokeService()
           
 java.lang.Object JavaServiceInvoker.invokeService()
           
 java.lang.Object EJBServiceInvoker.invokeService()