|
JBoss Marshalling 1.3.0.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.marshalling.AbstractClassResolver
org.jboss.marshalling.ContextClassResolver
public class ContextClassResolver
A class resolver which uses the context classloader to resolve classes.
Field Summary |
---|
Fields inherited from class org.jboss.marshalling.AbstractClassResolver |
---|
enforceSerialVersionUid |
Constructor Summary | |
---|---|
ContextClassResolver()
Construct a new instance. |
|
ContextClassResolver(boolean enforceSerialVersionUid)
Construct a new instance. |
Method Summary | |
---|---|
protected java.lang.ClassLoader |
getClassLoader()
Get the classloader to use to resolve classes for this resolver. |
Methods inherited from class org.jboss.marshalling.AbstractClassResolver |
---|
annotateClass, annotateProxyClass, getClassName, getProxyInterfaces, loadClass, resolveClass, resolveProxyClass |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContextClassResolver()
public ContextClassResolver(boolean enforceSerialVersionUid)
enforceSerialVersionUid
- true
if an exception should be thrown on an incorrect serialVersionUIDMethod Detail |
---|
protected java.lang.ClassLoader getClassLoader()
getClassLoader
in class AbstractClassResolver
|
JBoss Marshalling 1.3.0.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |