Package | Description |
---|---|
org.jboss.marshalling |
The marshalling API.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
protected ClassTable |
AbstractUnmarshaller.classTable
The configured class table.
|
protected ClassTable |
AbstractMarshaller.classTable
The configured class table.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
MarshallingConfiguration.setClassTable(ClassTable classTable)
Set the class table, or
null to use none. |
Constructor and Description |
---|
ChainingClassTable(ClassTable[] classTables)
Construct a new instance.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.