com.servingxml.components.recordio
Class RecordTypeRecordAccepter

java.lang.Object
  extended by com.servingxml.components.recordio.RecordTypeRecordAccepter
All Implemented Interfaces:
RecordAccepter

public class RecordTypeRecordAccepter
extends java.lang.Object
implements RecordAccepter

A command for mapping a record in a flat file into an XML stream.


Field Summary
 
Fields inherited from interface com.servingxml.components.recordio.RecordAccepter
ALL
 
Constructor Summary
RecordTypeRecordAccepter(Name recordTypeName)
           
 
Method Summary
 boolean accept(ServiceContext context, Flow flow, Value value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordTypeRecordAccepter

public RecordTypeRecordAccepter(Name recordTypeName)
Method Detail

accept

public boolean accept(ServiceContext context,
                      Flow flow,
                      Value value)
Specified by:
accept in interface RecordAccepter