Uses of Interface
org.granite.tide.IInvocationCall

Packages that use IInvocationCall
org.granite.tide   
org.granite.tide.cdi   
org.granite.tide.ejb   
org.granite.tide.invocation   
org.granite.tide.seam   
org.granite.tide.spring   
 

Uses of IInvocationCall in org.granite.tide
 

Methods in org.granite.tide with parameters of type IInvocationCall
abstract  void TideServiceContext.prepareCall(ServiceInvocationContext context, IInvocationCall call, String componentName, Class<?> componentClass)
           
 

Uses of IInvocationCall in org.granite.tide.cdi
 

Methods in org.granite.tide.cdi with parameters of type IInvocationCall
 void CDIServiceContext.prepareCall(ServiceInvocationContext context, IInvocationCall c, String componentName, Class<?> componentClass)
          Synchronizes server context with data provided by the client
 

Uses of IInvocationCall in org.granite.tide.ejb
 

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

Uses of IInvocationCall in org.granite.tide.invocation
 

Classes in org.granite.tide.invocation that implement IInvocationCall
 class InvocationCall
           
 

Uses of IInvocationCall in org.granite.tide.seam
 

Methods in org.granite.tide.seam with parameters of type IInvocationCall
 void AbstractSeamServiceContext.prepareCall(ServiceInvocationContext context, IInvocationCall c, String componentName, Class<?> componentClass)
          Synchronizes server context with data provided by the client
 

Uses of IInvocationCall in org.granite.tide.spring
 

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