org.apache.openejb.client.proxy
Class Jdk13InvocationHandler
java.lang.Object
org.apache.openejb.client.proxy.Jdk13InvocationHandler
- All Implemented Interfaces:
- java.io.Serializable, java.lang.reflect.InvocationHandler
public class Jdk13InvocationHandler
- extends java.lang.Object
- implements java.lang.reflect.InvocationHandler, java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Jdk13InvocationHandler
public Jdk13InvocationHandler()
Jdk13InvocationHandler
public Jdk13InvocationHandler(InvocationHandler delegate)
getInvocationHandler
public InvocationHandler getInvocationHandler()
setInvocationHandler
public InvocationHandler setInvocationHandler(InvocationHandler handler)
invoke
public java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
- Specified by:
invoke
in interface java.lang.reflect.InvocationHandler
- Throws:
java.lang.Throwable
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.