|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.marshalling.AbstractExternalizer
public abstract class AbstractExternalizer
An externalizer base class which handles object creation in a default fashion.
Constructor Summary | |
---|---|
AbstractExternalizer()
|
Method Summary | |
---|---|
java.lang.Object |
createExternal(java.lang.Class<?> subjectType,
java.io.ObjectInput input,
Creator defaultCreator)
Create an instance of a type using the provided creator. |
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.Externalizer |
---|
readExternal, writeExternal |
Constructor Detail |
---|
public AbstractExternalizer()
Method Detail |
---|
public java.lang.Object createExternal(java.lang.Class<?> subjectType, java.io.ObjectInput input, Creator defaultCreator) throws java.io.IOException, java.lang.ClassNotFoundException
createExternal
in interface Externalizer
subjectType
- the type to createinput
- the object inputdefaultCreator
- the creator
java.io.IOException
- if an I/O error occurs
java.lang.ClassNotFoundException
- if the class could not be located
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |