com.servingxml.components.recordio
Interface RecordAccepter

All Known Implementing Classes:
AllRecordAccepter, RecordTypeRecordAccepter, XPathRecordAccepter

public interface RecordAccepter

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


Field Summary
static RecordAccepter ALL
           
 
Method Summary
 boolean accept(ServiceContext context, Flow flow, Value value)
           
 

Field Detail

ALL

static final RecordAccepter ALL
Method Detail

accept

boolean accept(ServiceContext context,
               Flow flow,
               Value value)