com.servingxml.components.recordmapping
Class ValueMapFactoryAssembler

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

public class ValueMapFactoryAssembler
extends java.lang.Object

The ValueMapFactoryAssembler implements an assembler for assembling GenerateElementFactory objects.


Constructor Summary
ValueMapFactoryAssembler()
           
 
Method Summary
 MapXmlFactory assemble(ConfigurationContext context)
           
 void injectComponent(MapXmlFactory[] childFactories)
           
 void injectComponent(ParameterDescriptor[] parameterDescriptors)
           
 void injectComponent(XsltConfiguration xsltConfiguration)
           
 void setField(Name fieldName)
           
 void setMatch(java.lang.String match)
           
 void setSelect(java.lang.String select)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueMapFactoryAssembler

public ValueMapFactoryAssembler()
Method Detail

setField

public void setField(Name fieldName)

setSelect

public void setSelect(java.lang.String select)

setMatch

public void setMatch(java.lang.String match)

setValue

public void setValue(java.lang.String value)

injectComponent

public void injectComponent(ParameterDescriptor[] parameterDescriptors)

injectComponent

public void injectComponent(XsltConfiguration xsltConfiguration)

injectComponent

public void injectComponent(MapXmlFactory[] childFactories)

assemble

public MapXmlFactory assemble(ConfigurationContext context)