com.thoughtworks.proxy.factory
Interface InvokerReference


public interface InvokerReference

Interface to access the Invoker of the proxy. Every proxy generated by ProxyToys implements this interface.

Since:
0.1
Author:
Aslak Hellesøy

Method Summary
 Invoker getInvoker()
          Retrieve the Invoker instance from the proxy.
 

Method Detail

getInvoker

Invoker getInvoker()
Retrieve the Invoker instance from the proxy.

Returns:
the Invoker instance.
Since:
0.1


Copyright © 2005-2010 Codehaus. All Rights Reserved.