org.apache.aries.proxy.impl.weaving
Class WovenProxyGenerator

java.lang.Object
  extended by org.apache.aries.proxy.impl.weaving.WovenProxyGenerator

public final class WovenProxyGenerator
extends Object

This class is used to weave the bytes of a class into a proxyable class


Constructor Summary
WovenProxyGenerator()
           
 
Method Summary
static byte[] getWovenProxy(byte[] original, ClassLoader loader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WovenProxyGenerator

public WovenProxyGenerator()
Method Detail

getWovenProxy

public static final byte[] getWovenProxy(byte[] original,
                                         ClassLoader loader)


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.