Uses of Interface
org.jboss.marshalling.ClassTable
-
Packages that use ClassTable Package Description org.jboss.marshalling The marshalling API. -
-
Uses of ClassTable in org.jboss.marshalling
Classes in org.jboss.marshalling that implement ClassTable Modifier and Type Class Description class
ChainingClassTable
A class table that multiplexes up to 256 class tables.class
ModularClassTable
A class table which implements an alternate class resolution strategy based on JBoss Modules.Fields in org.jboss.marshalling declared as ClassTable Modifier and Type Field Description protected ClassTable
AbstractMarshaller. classTable
The configured class table.protected ClassTable
AbstractUnmarshaller. classTable
The configured class table.Methods in org.jboss.marshalling that return ClassTable Modifier and Type Method Description ClassTable
MarshallingConfiguration. getClassTable()
Get the class table, ornull
if none is specified.protected ClassTable
AbstractMarshallerFactory. getDefaultClassTable()
Get the default class table, which is used if none was configured.static ClassTable
Marshalling. nullClassTable()
Return the null class table instance.Methods in org.jboss.marshalling with parameters of type ClassTable Modifier and Type Method Description void
MarshallingConfiguration. setClassTable(ClassTable classTable)
Set the class table, ornull
to use none.Constructors in org.jboss.marshalling with parameters of type ClassTable Constructor Description ChainingClassTable(ClassTable[] classTables)
Construct a new instance.
-