org.jboss.ejb3.stateless
Class JavassistProxy

java.lang.Object
  extended by 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

Constructor Summary
JavassistProxy()
           
 
Method Summary
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.
protected  void setInterfaces(Class[] interfaces)
           
protected  void setMethodHandler(javassist.util.proxy.MethodHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavassistProxy

public JavassistProxy()
Method Detail

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.