|
JBoss Marshalling 1.3.0.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.marshalling.reflect.PublicReflectiveCreator
public class PublicReflectiveCreator
A creator that simply uses reflection to locate and invoke a public, zero-argument constructor.
Constructor Summary | |
---|---|
PublicReflectiveCreator()
|
Method Summary | ||
---|---|---|
|
create(java.lang.Class<T> clazz)
Create an object instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PublicReflectiveCreator()
Method Detail |
---|
public <T> T create(java.lang.Class<T> clazz) throws java.io.InvalidClassException
create
in interface Creator
clazz
- the type of object to create
java.io.InvalidClassException
- if an instance of the class could not be instantiated for some reason
|
JBoss Marshalling 1.3.0.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |