com.servingxml.components.content
Class DocumentAssembler

java.lang.Object
  extended by com.servingxml.components.content.DocumentAssembler

public class DocumentAssembler
extends java.lang.Object

The DocumentAssembler implements an assembler for assembling system Content objects.


Constructor Summary
DocumentAssembler()
           
 
Method Summary
 Content assemble(ConfigurationContext context)
           
 void injectComponent(ParameterDescriptor[] parameterDescriptors)
           
 void injectComponent(SaxSourceFactory saxSourceFactory)
           
 void injectComponent(StreamSourceFactory streamSourceFactory)
           
 void injectComponent(XsltConfiguration xsltConfiguration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentAssembler

public DocumentAssembler()
Method Detail

injectComponent

public void injectComponent(ParameterDescriptor[] parameterDescriptors)

injectComponent

public void injectComponent(XsltConfiguration xsltConfiguration)

injectComponent

public void injectComponent(StreamSourceFactory streamSourceFactory)

injectComponent

public void injectComponent(SaxSourceFactory saxSourceFactory)

assemble

public Content assemble(ConfigurationContext context)