Package org.jboss.marshalling
Interface Creator
-
- All Known Implementing Classes:
ExternalizedObject,PublicReflectiveCreator,ReflectiveCreator,SunReflectiveCreator
@Deprecated public interface CreatorDeprecated.This API is deprecated and will be removed in a future version.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description <T> Tcreate(java.lang.Class<T> clazz)Deprecated.Create an object instance.
-
-
-
Method Detail
-
create
<T> T create(java.lang.Class<T> clazz) throws java.io.InvalidClassExceptionDeprecated.Create an object instance.- Parameters:
clazz- the type of object to create- Returns:
- the object instance
- Throws:
java.io.InvalidClassException- if an instance of the class could not be instantiated for some reason
-
-