com.thoughtworks.xstream.objecttree.reflection
Class SunReflectionObjectFactory

java.lang.Object
  |
  +--com.thoughtworks.xstream.objecttree.reflection.SunReflectionObjectFactory
All Implemented Interfaces:
ObjectFactory

public class SunReflectionObjectFactory
extends java.lang.Object
implements ObjectFactory


Constructor Summary
SunReflectionObjectFactory()
           
 
Method Summary
 java.lang.Object create(java.lang.Class type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SunReflectionObjectFactory

public SunReflectionObjectFactory()
Method Detail

create

public java.lang.Object create(java.lang.Class type)
Specified by:
create in interface ObjectFactory


Copyright © 2003 ThoughtWorks, Inc. All Rights Reserved.