org.jboss.proxy.compiler
Interface Proxies.ProxyTarget

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

public static interface Proxies.ProxyTarget
extends java.io.Serializable

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


Method Summary
 InvocationHandler (src) getInvocationHandler()
          Recover the original InvocationHandler object around which this proxy is wrapped.
 java.lang.Class[] getTargetTypes()
          Recover the original target types for which this proxy was wrapped.
 

Method Detail

getInvocationHandler

public InvocationHandler (src)  getInvocationHandler()
Recover the original InvocationHandler object around which this proxy is wrapped.


getTargetTypes

public java.lang.Class[] getTargetTypes()
Recover the original target types for which this proxy was wrapped.