|
JBoss Marshalling 1.4.3.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.marshalling.AbstractMarshallerFactory
public abstract class AbstractMarshallerFactory

An abstract implementation of the MarshallerFactory interface. This
instance can be configured at any time; however any marshallers and unmarshallers
produced will have a configuration based on a snapshot of the values of this instance's
configuration.
| Constructor Summary | |
|---|---|
protected |
AbstractMarshallerFactory()
Construct a new marshaller factory instance. |
| Method Summary | |
|---|---|
protected int |
getDefaultBufferSize()
Get the default buffer size, which is used if none was configured. |
protected ClassExternalizerFactory |
getDefaultClassExternalizerFactory()
Get the default class externalizer factory, which is used if none was configured. |
protected ClassResolver |
getDefaultClassResolver()
Get the default class resolver, which is used if none was configured. |
protected ClassTable |
getDefaultClassTable()
Get the default class table, which is used if none was configured. |
protected ObjectResolver |
getDefaultObjectResolver()
Get the default object resolver, which is used if none was configured. |
protected ObjectTable |
getDefaultObjectTable()
Get the default object, which is used if none was configured. |
protected StreamHeader |
getDefaultStreamHeader()
Get the default stream header, which is used if none was configured. |
protected int |
getDefaultVersion()
Get the default version, which is used if none was configured. |
protected int |
getMinimumBufferSize()
Get the minimum buffer size. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jboss.marshalling.MarshallerFactory |
|---|
createMarshaller, createUnmarshaller |
| Constructor Detail |
|---|
protected AbstractMarshallerFactory()
| Method Detail |
|---|
protected ClassExternalizerFactory getDefaultClassExternalizerFactory()
protected StreamHeader getDefaultStreamHeader()
protected ObjectResolver getDefaultObjectResolver()
protected ClassResolver getDefaultClassResolver()
ContextClassResolver instance.
protected ClassTable getDefaultClassTable()
protected ObjectTable getDefaultObjectTable()
protected int getDefaultVersion()
protected int getDefaultBufferSize()
protected int getMinimumBufferSize()
|
JBoss Marshalling 1.4.3.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||