public class LocalInvocationClassCloner extends Object implements org.jboss.marshalling.cloner.ClassCloner
ClassCloner that clones classes between class loaders, falling back
to original class if it cannot be found in the destination class loader.| Constructor and Description |
|---|
LocalInvocationClassCloner(ClassLoader destClassLoader) |
public LocalInvocationClassCloner(ClassLoader destClassLoader)
public Class<?> clone(Class<?> original) throws IOException, ClassNotFoundException
clone in interface org.jboss.marshalling.cloner.ClassClonerIOExceptionClassNotFoundExceptionpublic Class<?> cloneProxy(Class<?> proxyClass) throws IOException, ClassNotFoundException
cloneProxy in interface org.jboss.marshalling.cloner.ClassClonerIOExceptionClassNotFoundExceptionCopyright © 2013 JBoss by Red Hat. All rights reserved.