com.smallx.xml.component.standard
Class PipelineComponent.Instantiator

java.lang.Object
  extended bycom.smallx.xml.component.standard.PipelineComponent.Instantiator
All Implemented Interfaces:
ComponentInstantiator
Enclosing class:
PipelineComponent

public static class PipelineComponent.Instantiator
extends java.lang.Object
implements ComponentInstantiator


Constructor Summary
PipelineComponent.Instantiator()
           
 
Method Summary
 ComponentInstance parse(Element spec, ComponentRegistry registry, java.util.Map sequences)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipelineComponent.Instantiator

public PipelineComponent.Instantiator()
Method Detail

parse

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