JBoss Marshalling 1.4.3.Final

org.jboss.marshalling
Interface Creator

All Known Implementing Classes:
PublicReflectiveCreator, ReflectiveCreator, SunReflectiveCreator

Deprecated. This API is deprecated and will be removed in a future version.

@Deprecated
public interface Creator


Method Summary
<T> T
create(Class<T> clazz)
          Deprecated. Create an object instance.
 

Method Detail

create

<T> T create(Class<T> clazz)
         throws InvalidClassException
Deprecated. 
Create an object instance.

Parameters:
clazz - the type of object to create
Returns:
the object instance
Throws:
InvalidClassException - if an instance of the class could not be instantiated for some reason

JBoss Marshalling 1.4.3.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.