Uses of Class
org.granite.messaging.service.ServiceInvocationContext

Packages that use ServiceInvocationContext
org.granite.messaging.service   
org.granite.messaging.service.security   
org.granite.seam   
org.granite.tide   
org.granite.tide.cdi   
org.granite.tide.ejb   
org.granite.tide.seam   
org.granite.tide.spring   
 

Uses of ServiceInvocationContext in org.granite.messaging.service
 

Methods in org.granite.messaging.service that return ServiceInvocationContext
 ServiceInvocationContext DefaultMethodMatcher.findServiceMethod(Message message, Destination destination, Object service, String methodName, Object[] params)
           
 ServiceInvocationContext MethodMatcher.findServiceMethod(Message message, Destination destination, Object service, String methodName, Object[] params)
           
 

Methods in org.granite.messaging.service with parameters of type ServiceInvocationContext
 Object ServiceInvocationListener.afterInvocation(ServiceInvocationContext context, Object result)
           
protected  Object ServiceInvoker.afterInvocation(ServiceInvocationContext context, Object result)
          Called after a successful invocation of the service's method.
protected  Object EjbServiceInvoker.afterInvocation(ServiceInvocationContext context, Object result)
           
 void ServiceInvocationListener.afterInvocationError(ServiceInvocationContext context, Throwable t)
           
protected  void ServiceInvoker.afterInvocationError(ServiceInvocationContext context, Throwable error)
          Called after a failed invocation of the service's method, possibly after a new attempt (see ServiceInvoker.retryInvocation(ServiceInvocationContext, Throwable).
protected  void EjbServiceInvoker.afterInvocationError(ServiceInvocationContext context, Throwable error)
           
 void ServiceInvocationListener.beforeInvocation(ServiceInvocationContext context)
           
protected  void ServiceInvoker.beforeInvocation(ServiceInvocationContext context)
          Called before the invocation of the services method.
protected  ServiceException AbstractServiceExceptionHandler.getServiceException(ServiceInvocationContext context, Throwable e)
           
 ServiceException DefaultServiceExceptionHandler.handleInvocationException(ServiceInvocationContext context, Throwable e)
           
 ServiceException ServiceExceptionHandler.handleInvocationException(ServiceInvocationContext context, Throwable t)
           
protected  boolean ServiceInvoker.retryInvocation(ServiceInvocationContext context, Throwable t)
          Called after a failed invocation of the service's method.
 

Uses of ServiceInvocationContext in org.granite.messaging.service.security
 

Methods in org.granite.messaging.service.security with parameters of type ServiceInvocationContext
 void RemotingDestinationSecurizer.canExecute(ServiceInvocationContext context)
           
 

Uses of ServiceInvocationContext in org.granite.seam
 

Methods in org.granite.seam with parameters of type ServiceInvocationContext
protected  Object SeamServiceInvoker.afterInvocation(ServiceInvocationContext context, Object result)
           
protected  void SeamServiceInvoker.beforeInvocation(ServiceInvocationContext context)
           
 ServiceException SeamServiceExceptionHandler.handleInvocationException(ServiceInvocationContext context, Throwable t)
           
 

Uses of ServiceInvocationContext in org.granite.tide
 

Methods in org.granite.tide with parameters of type ServiceInvocationContext
protected  Object TideServiceInvoker.afterInvocation(ServiceInvocationContext context, Object result)
           
protected  void TideServiceInvoker.afterInvocationError(ServiceInvocationContext context, Throwable error)
           
protected  void TideServiceInvoker.beforeInvocation(ServiceInvocationContext context)
           
abstract  IInvocationResult TideServiceContext.postCall(ServiceInvocationContext context, Object result, String componentName, Class<?> componentClass)
           
 void TideServiceContext.postCallFault(ServiceInvocationContext context, Throwable t, String componentName, Class<?> componentClass)
           
abstract  void TideServiceContext.prepareCall(ServiceInvocationContext context, IInvocationCall call, String componentName, Class<?> componentClass)
           
 

Uses of ServiceInvocationContext in org.granite.tide.cdi
 

Methods in org.granite.tide.cdi with parameters of type ServiceInvocationContext
 IInvocationResult CDIServiceContext.postCall(ServiceInvocationContext context, Object result, String componentName, Class<?> componentClass)
          Builds the result object for the invocation
 void CDIServiceContext.postCallFault(ServiceInvocationContext context, Throwable t, String componentName, Class<?> componentClass)
          Intercepts a fault on the invocation
 void CDIServiceContext.prepareCall(ServiceInvocationContext context, IInvocationCall c, String componentName, Class<?> componentClass)
          Synchronizes server context with data provided by the client
 

Uses of ServiceInvocationContext in org.granite.tide.ejb
 

Methods in org.granite.tide.ejb with parameters of type ServiceInvocationContext
 IInvocationResult EjbServiceContext.postCall(ServiceInvocationContext context, Object result, String componentName, Class<?> componentClass)
           
 void EjbServiceContext.postCallFault(ServiceInvocationContext context, Throwable t, String componentName, Class<?> componentClass)
           
 void EjbServiceContext.prepareCall(ServiceInvocationContext context, IInvocationCall c, String componentName, Class<?> componentClass)
           
 

Uses of ServiceInvocationContext in org.granite.tide.seam
 

Methods in org.granite.tide.seam with parameters of type ServiceInvocationContext
 IInvocationResult AbstractSeamServiceContext.postCall(ServiceInvocationContext context, Object result, String componentName, Class<?> componentClass)
          Builds the result object for the invocation
 void AbstractSeamServiceContext.postCallFault(ServiceInvocationContext context, Throwable t, String componentName, Class<?> componentClass)
          Intercepts a fault on the invocation
 void AbstractSeamServiceContext.prepareCall(ServiceInvocationContext context, IInvocationCall c, String componentName, Class<?> componentClass)
          Synchronizes server context with data provided by the client
 

Uses of ServiceInvocationContext in org.granite.tide.spring
 

Methods in org.granite.tide.spring with parameters of type ServiceInvocationContext
 IInvocationResult SpringMVCServiceContext.postCall(ServiceInvocationContext context, Object result, String componentName, Class<?> componentClass)
           
 IInvocationResult SpringServiceContext.postCall(ServiceInvocationContext context, Object result, String componentName, Class<?> componentClass)
           
 void SpringMVCServiceContext.postCallFault(ServiceInvocationContext context, Throwable t, String componentName, Class<?> componentClass)
           
 void SpringServiceContext.postCallFault(ServiceInvocationContext context, Throwable t, String componentName, Class<?> componentClass)
           
 void SpringMVCServiceContext.prepareCall(ServiceInvocationContext context, IInvocationCall c, String componentName, Class<?> componentClass)
           
 void SpringServiceContext.prepareCall(ServiceInvocationContext context, IInvocationCall c, String componentName, Class<?> componentClass)