Uses of Interface
com.googlecode.xremoting.core.invoked.Invoker

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

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

Classes in com.googlecode.xremoting.core.invoked that implement Invoker
 class DefaultInvoker
          Default Invoker implementation.
 

Methods in com.googlecode.xremoting.core.invoked with parameters of type Invoker
protected  void ProxyInvokingHelper.afterInvocation(Object target, Invocation invocation, Invoker invoker, InvocationRestriction restriction)
           
protected  void ProxyInvokingHelper.beforeInvocation(Object target, Invocation invocation, Invoker invoker, InvocationRestriction restriction)
           
 void ProxyInvokingHelper.invoke(Object target, InputStream is, OutputStream os, Serializer serializer, Invoker invoker, InvocationRestriction restriction)
           
protected  Object ProxyInvokingHelper.invoke(Object target, Invocation invocation, Invoker invoker, InvocationRestriction restriction)
           
 

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

Methods in com.googlecode.xremoting.core.servlet that return Invoker
protected  Invoker XRemotingServlet.createInvoker()
           
 

Uses of Invoker in com.googlecode.xremoting.spring
 

Fields in com.googlecode.xremoting.spring declared as Invoker
protected  Invoker XRemotingExporter.invoker
           
 

Methods in com.googlecode.xremoting.spring that return Invoker
protected  Invoker XRemotingExporter.createDefaultInvoker()
           
 

Methods in com.googlecode.xremoting.spring with parameters of type Invoker
 void XRemotingExporter.setInvoker(Invoker invoker)
           
 



Copyright © 2011. All Rights Reserved.