com.servingxml.components.recordmapping
Class RecordMappingFactoryAssembler

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

public class RecordMappingFactoryAssembler
extends java.lang.Object

The RecordMappingFactoryAssembler implements an assembler for assembling MapXmlFactory objects.


Constructor Summary
RecordMappingFactoryAssembler()
           
 
Method Summary
 RecordMappingFactory assemble(ConfigurationContext context)
           
 void injectComponent(Content contentFactory)
           
 void injectComponent(MapXmlFactory[] childFactories)
           
 void injectComponent(ParameterDescriptor[] parameterDescriptors)
           
 void injectComponent(XsltConfiguration xsltConfiguration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordMappingFactoryAssembler

public RecordMappingFactoryAssembler()
Method Detail

injectComponent

public void injectComponent(ParameterDescriptor[] parameterDescriptors)

injectComponent

public void injectComponent(XsltConfiguration xsltConfiguration)

injectComponent

public void injectComponent(MapXmlFactory[] childFactories)

injectComponent

public void injectComponent(Content contentFactory)

assemble

public RecordMappingFactory assemble(ConfigurationContext context)