|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nanocontainer.script.xml.XStreamComponentInstanceFactory
org.nanocontainer.script.xml.PureJavaXStreamComponentInstanceFactory
public class PureJavaXStreamComponentInstanceFactory
Implementation of XMLComponentInstanceFactory that uses
XStream to unmarshal DOM elements in PureJava mode.
In PureJava mode objects are instantiated using standard Java
reflection, which is garanteed to be valid for all JVM vendors,
but the types of objects that can be constructed are limited.
See http://xstream.codehaus.org/faq.html
for details
on the differences between PureJava and Advanced mode.
Constructor Summary | |
---|---|
PureJavaXStreamComponentInstanceFactory()
Creates a PureJavaXStreamComponentInstanceFactory using an instance of XStream in PureJava mode. |
Method Summary |
---|
Methods inherited from class org.nanocontainer.script.xml.XStreamComponentInstanceFactory |
---|
makeInstance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PureJavaXStreamComponentInstanceFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |