org.apache.openejb.client.proxy
Class Jdk13InvocationHandler

java.lang.Object
  extended by org.apache.openejb.client.proxy.Jdk13InvocationHandler
All Implemented Interfaces:
Serializable, InvocationHandler

public class Jdk13InvocationHandler
extends Object
implements InvocationHandler, Serializable

See Also:
Serialized Form

Constructor Summary
Jdk13InvocationHandler()
           
Jdk13InvocationHandler(InvocationHandler delegate)
           
 
Method Summary
 InvocationHandler getInvocationHandler()
           
 Object invoke(Object proxy, Method method, Object[] args)
           
 InvocationHandler setInvocationHandler(InvocationHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jdk13InvocationHandler

public Jdk13InvocationHandler()

Jdk13InvocationHandler

public Jdk13InvocationHandler(InvocationHandler delegate)
Method Detail

getInvocationHandler

public InvocationHandler getInvocationHandler()

setInvocationHandler

public InvocationHandler setInvocationHandler(InvocationHandler handler)

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.