org.jboss.ejb3.stateless
Class JavassistProxy
java.lang.Object
org.jboss.ejb3.stateless.JavassistProxy
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- JavassistProxyReplacement
public class JavassistProxy
- extends Object
- implements Serializable
Comment
- Version:
- $Revision: 61136 $
- Author:
- Carlo de Wolf
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavassistProxy
public JavassistProxy()
pokeInterfaces
protected static void pokeInterfaces(JavassistProxy proxy,
Class[] interfaces)
- With this method you can directly poke interfaces into the
proxy without setting of the method handler.
- Parameters:
proxy
- interfaces
-
setInterfaces
protected void setInterfaces(Class[] interfaces)
setMethodHandler
protected void setMethodHandler(javassist.util.proxy.MethodHandler handler)
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.