|
JBoss Marshalling 1.2.1.GA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClassTable | |
---|---|
org.jboss.marshalling | The marshalling API. |
Uses of ClassTable in org.jboss.marshalling |
---|
Classes in org.jboss.marshalling that implement ClassTable | |
---|---|
class |
ChainingClassTable
A class table that multiplexes up to 256 class tables. |
Fields in org.jboss.marshalling declared as ClassTable | |
---|---|
protected ClassTable |
AbstractMarshaller.classTable
The configured class table. |
protected ClassTable |
AbstractUnmarshaller.classTable
The configured class table. |
Methods in org.jboss.marshalling that return ClassTable | |
---|---|
ClassTable |
MarshallingConfiguration.getClassTable()
Get the class table, or null 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 | |
---|---|
void |
MarshallingConfiguration.setClassTable(ClassTable classTable)
Set the class table, or null to use none. |
Constructors in org.jboss.marshalling with parameters of type ClassTable | |
---|---|
ChainingClassTable(ClassTable[] classTables)
Construct a new instance. |
|
JBoss Marshalling 1.2.1.GA | |||||||||
PREV NEXT | FRAMES NO FRAMES |