org.jboss.proxy.compiler
Interface Proxies.ProxyTarget

All Superinterfaces:
Serializable
Enclosing interface:
Proxies

public static interface Proxies.ProxyTarget
extends Serializable

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


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

Method Detail

getInvocationHandler

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


getTargetTypes

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



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.