|
JBoss Marshalling 1.3.0.CR9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Creator
An instance creator. Creates an uninitialized instance of a class.
Method Summary | ||
---|---|---|
|
create(Class<T> clazz)
Create an object instance. |
Method Detail |
---|
<T> T create(Class<T> clazz) throws InvalidClassException
clazz
- the type of object to create
InvalidClassException
- if an instance of the class could not be instantiated for some reason
|
JBoss Marshalling 1.3.0.CR9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |