|
Marshalling API version 1.0.0.GA | ||||||||
| 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
|
Marshalling API version 1.0.0.GA | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||