org.jboss.proxy.compiler
Interface Proxies.ProxyInvocationHandler

All Superinterfaces:
InvocationHandler (src) , java.io.Serializable
Enclosing interface:
Proxies (src)

public static interface Proxies.ProxyInvocationHandler
extends InvocationHandler (src) , java.io.Serializable

A common interface shared by all objects created by Proxies.newInvocationHandler.


Method Summary
 java.lang.Object getTarget()
          Recover the original target object around which this InvocationHandler proxy is wrapped.
 
Methods inherited from interface org.jboss.proxy.compiler.InvocationHandler (src)
invoke
 

Method Detail

getTarget

public java.lang.Object getTarget()
Recover the original target object around which this InvocationHandler proxy is wrapped.