org.jboss.proxy.compiler
Interface Proxies.ProxyInvocationHandler

All Superinterfaces:
InvocationHandler, Serializable
Enclosing class:
Proxies

public static interface Proxies.ProxyInvocationHandler
extends InvocationHandler, Serializable

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


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

Method Detail

getTarget

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



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