com.servingxml.components.recordmapping
Class RecordContentAssembler

java.lang.Object
  extended by com.servingxml.components.recordmapping.RecordContentAssembler

public class RecordContentAssembler
extends java.lang.Object

The RecordContentAssembler implements an assembler for assembling Content objects.


Constructor Summary
RecordContentAssembler()
           
 
Method Summary
 Content assemble(ConfigurationContext context)
           
 void injectComponent(ParameterDescriptor[] parameterDescriptors)
           
 void injectComponent(RecordMappingFactory recordMapFactory)
           
 void injectComponent(RecordPipelineAppender[] recordPipelineAppenders)
           
 void injectComponent(XsltConfiguration xsltConfiguration)
           
 void setName(Name documentName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordContentAssembler

public RecordContentAssembler()
Method Detail

setName

public void setName(Name documentName)

injectComponent

public void injectComponent(XsltConfiguration xsltConfiguration)

injectComponent

public void injectComponent(ParameterDescriptor[] parameterDescriptors)

injectComponent

public void injectComponent(RecordPipelineAppender[] recordPipelineAppenders)

injectComponent

public void injectComponent(RecordMappingFactory recordMapFactory)

assemble

public Content assemble(ConfigurationContext context)