Package org.jboss.as.ejb3.remote
Class LocalInvocationClassCloner
java.lang.Object
org.jboss.as.ejb3.remote.LocalInvocationClassCloner
- All Implemented Interfaces:
org.jboss.marshalling.cloner.ClassCloner
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.- Author:
- Stuart Douglas
-
Field Summary
Fields inherited from interface org.jboss.marshalling.cloner.ClassCloner
IDENTITY -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LocalInvocationClassCloner
-
-
Method Details
-
clone
- Specified by:
clonein interfaceorg.jboss.marshalling.cloner.ClassCloner- Throws:
IOExceptionClassNotFoundException
-
cloneProxy
- Specified by:
cloneProxyin interfaceorg.jboss.marshalling.cloner.ClassCloner- Throws:
IOExceptionClassNotFoundException
-