Uses of Interface
org.granite.tide.IInvocationResult

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

Uses of IInvocationResult in org.granite.tide
 

Methods in org.granite.tide that return IInvocationResult
abstract  IInvocationResult TideServiceContext.postCall(ServiceInvocationContext context, Object result, String componentName, Class<?> componentClass)
           
 

Uses of IInvocationResult in org.granite.tide.ejb
 

Methods in org.granite.tide.ejb that return IInvocationResult
 IInvocationResult EjbServiceContext.postCall(ServiceInvocationContext context, Object result, String componentName, Class<?> componentClass)
           
 

Uses of IInvocationResult in org.granite.tide.invocation
 

Classes in org.granite.tide.invocation that implement IInvocationResult
 class InvocationResult