com.servingxml.components.saxsource
Class SaxReaderFactoryAssembler

java.lang.Object
  extended by com.servingxml.components.saxsource.SaxReaderFactoryAssembler

public class SaxReaderFactoryAssembler
extends java.lang.Object


Constructor Summary
SaxReaderFactoryAssembler()
           
 
Method Summary
 SaxSourceFactory assemble(ConfigurationContext context)
           
 void injectComponent(Property[] customProperties)
           
 void injectComponent(XsltConfiguration xsltConfiguration)
           
 void setClass(java.lang.Class javaClass)
           
 void setSystemId(java.lang.String systemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaxReaderFactoryAssembler

public SaxReaderFactoryAssembler()
Method Detail

setClass

public void setClass(java.lang.Class javaClass)

setSystemId

public void setSystemId(java.lang.String systemId)

injectComponent

public void injectComponent(XsltConfiguration xsltConfiguration)

injectComponent

public void injectComponent(Property[] customProperties)

assemble

public SaxSourceFactory assemble(ConfigurationContext context)