com.smallx.xml.component.standard
Class StandardInstantiator

java.lang.Object
  extended bycom.smallx.xml.component.standard.StandardInstantiator
All Implemented Interfaces:
ComponentInstantiator

public class StandardInstantiator
extends java.lang.Object
implements ComponentInstantiator


Constructor Summary
StandardInstantiator(java.lang.Class componentClass)
          Creates a new instance of StandardInstantiator
 
Method Summary
 ComponentInstance parse(Element spec, ComponentRegistry registry, java.util.Map sequences)
           
protected  java.util.Map parseParameters(Element component)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardInstantiator

public StandardInstantiator(java.lang.Class componentClass)
Creates a new instance of StandardInstantiator

Method Detail

parseParameters

protected java.util.Map parseParameters(Element component)
                                 throws XMLException
Throws:
XMLException

parse

public ComponentInstance parse(Element spec,
                               ComponentRegistry registry,
                               java.util.Map sequences)
                        throws XMLException
Specified by:
parse in interface ComponentInstantiator
Throws:
XMLException