com.servingxml.components.recordmapping
Class RepeatingGroupMapFactoryAssembler

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

public class RepeatingGroupMapFactoryAssembler
extends java.lang.Object

The RepeatingGroupMapFactoryAssembler implements an assembler for assembling RepeatingGroupMapFactory objects.


Constructor Summary
RepeatingGroupMapFactoryAssembler()
           
 
Method Summary
 MapXmlFactory assemble(ConfigurationContext context)
           
 void injectComponent(MapXmlFactory[] fieldMappingFactories)
           
 void injectComponent(ParameterDescriptor[] parameterDescriptors)
           
 void injectComponent(XsltConfiguration xsltConfiguration)
           
 void setField(Name fieldName)
           
 void setRepeatingGroup(Name fieldName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepeatingGroupMapFactoryAssembler

public RepeatingGroupMapFactoryAssembler()
Method Detail

setField

public void setField(Name fieldName)

setRepeatingGroup

public void setRepeatingGroup(Name fieldName)

injectComponent

public void injectComponent(XsltConfiguration xsltConfiguration)

injectComponent

public void injectComponent(ParameterDescriptor[] parameterDescriptors)

injectComponent

public void injectComponent(MapXmlFactory[] fieldMappingFactories)

assemble

public MapXmlFactory assemble(ConfigurationContext context)