JBoss Marshalling 1.2.1.GA

Uses of Interface
org.jboss.marshalling.ClassResolver

Packages that use ClassResolver
org.jboss.marshalling The marshalling API. 
 

Uses of ClassResolver in org.jboss.marshalling
 

Classes in org.jboss.marshalling that implement ClassResolver
 class AbstractClassResolver
          A base implementation of ClassResolver which simply resolves the class against a classloader which is specified by the subclass implementation.
 class ContextClassResolver
          A class resolver which uses the context classloader to resolve classes.
 class SimpleClassResolver
          A class resolver which uses a predefined classloader.
 

Fields in org.jboss.marshalling declared as ClassResolver
protected  ClassResolver AbstractMarshaller.classResolver
          The configured class resolver.
protected  ClassResolver AbstractUnmarshaller.classResolver
          The configured class resolver.
 

Methods in org.jboss.marshalling that return ClassResolver
 ClassResolver MarshallingConfiguration.getClassResolver()
          Get the class resolver, or null if none is specified.
protected  ClassResolver AbstractMarshallerFactory.getDefaultClassResolver()
          Get the default class resolver, which is used if none was configured.
 

Methods in org.jboss.marshalling with parameters of type ClassResolver
 void MarshallingConfiguration.setClassResolver(ClassResolver classResolver)
          Set the class resolver, or null to use the default.
 


JBoss Marshalling 1.2.1.GA

Copyright © 2010 JBoss, a division of Red Hat, Inc.