Uses of Class
com.googlecode.xremoting.core.invoked.InvocationRestriction

Packages that use InvocationRestriction
com.googlecode.xremoting.core.invoked   
com.googlecode.xremoting.core.servlet   
com.googlecode.xremoting.spring   
 

Uses of InvocationRestriction in com.googlecode.xremoting.core.invoked
 

Methods in com.googlecode.xremoting.core.invoked with parameters of type InvocationRestriction
protected  void ProxyInvokingHelper.afterInvocation(Object target, Invocation invocation, Invoker invoker, InvocationRestriction restriction)
           
protected  void ProxyInvokingHelper.beforeInvocation(Object target, Invocation invocation, Invoker invoker, InvocationRestriction restriction)
           
protected  void DefaultInvoker.checkMethod(Method method, InvocationRestriction restriction)
           
 void ProxyInvokingHelper.invoke(Object target, InputStream is, OutputStream os, Serializer serializer, Invoker invoker, InvocationRestriction restriction)
           
 Object DefaultInvoker.invoke(Object target, Invocation invocation, InvocationRestriction restriction)
           
 Object Invoker.invoke(Object target, Invocation invocation, InvocationRestriction restriction)
          Invokes an invocation on a target object with restriction.
protected  Object ProxyInvokingHelper.invoke(Object target, Invocation invocation, Invoker invoker, InvocationRestriction restriction)
           
 

Uses of InvocationRestriction in com.googlecode.xremoting.core.servlet
 

Methods in com.googlecode.xremoting.core.servlet that return InvocationRestriction
protected  InvocationRestriction XRemotingServlet.createInvocationRestriction(Class<?>[] interfaces)
           
 

Uses of InvocationRestriction in com.googlecode.xremoting.spring
 

Fields in com.googlecode.xremoting.spring declared as InvocationRestriction
protected  InvocationRestriction XRemotingExporter.restriction
           
 

Methods in com.googlecode.xremoting.spring that return InvocationRestriction
protected  InvocationRestriction XRemotingExporter.createRestriction()
           
 



Copyright © 2013. All Rights Reserved.