Uses of Interface
org.granite.tide.IInvocationResult

Packages that use IInvocationResult
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 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.cdi
 

Methods in org.granite.tide.cdi that return IInvocationResult
 IInvocationResult CDIServiceContext.postCall(ServiceInvocationContext context, Object result, String componentName, Class<?> componentClass)
          Builds the result object for the invocation
 

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
           
 

Uses of IInvocationResult in org.granite.tide.seam
 

Methods in org.granite.tide.seam that return IInvocationResult
 IInvocationResult AbstractSeamServiceContext.postCall(ServiceInvocationContext context, Object result, String componentName, Class<?> componentClass)
          Builds the result object for the invocation
 

Uses of IInvocationResult in org.granite.tide.spring
 

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