com.servingxml.components.recordio
Class AllRecordAccepter

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

public final class AllRecordAccepter
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
AllRecordAccepter()
           
 
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

AllRecordAccepter

public AllRecordAccepter()
Method Detail

accept

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