org.jboss.proxy.compiler
Interface Proxies.ProxyTarget

All Superinterfaces:
Serializable
Enclosing class:
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

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


getTargetTypes

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



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