com.servingxml.components.recordio
Class NewFieldImpl

java.lang.Object
  extended by com.servingxml.components.recordio.NewFieldImpl
All Implemented Interfaces:
NewField

public class NewFieldImpl
extends java.lang.Object
implements NewField


Field Summary
 
Fields inherited from interface com.servingxml.components.recordio.NewField
EMPTY_ARRAY
 
Constructor Summary
NewFieldImpl(Name name, ValueEvaluator valueEvaluator)
           
 
Method Summary
 Name getName()
           
 void readField(ServiceContext context, Flow flow, RecordBuilder recordBuilder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewFieldImpl

public NewFieldImpl(Name name,
                    ValueEvaluator valueEvaluator)
Method Detail

getName

public Name getName()
Specified by:
getName in interface NewField

readField

public void readField(ServiceContext context,
                      Flow flow,
                      RecordBuilder recordBuilder)
Specified by:
readField in interface NewField