Uses of Interface
org.granite.tide.IInvocationCall

Packages that use IInvocationCall
org.granite.tide   
org.granite.tide.ejb   
org.granite.tide.invocation   
 

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.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