com.servingxml.components.recordio
Class RecordFilterAppenderPrefilter

java.lang.Object
  extended by com.servingxml.components.recordio.RecordPipelineAppenderPrefilter
      extended by com.servingxml.components.recordio.RecordFilterAppenderPrefilter
All Implemented Interfaces:
RecordFilterAppender, RecordPipelineAppender

public class RecordFilterAppenderPrefilter
extends RecordPipelineAppenderPrefilter
implements RecordFilterAppender


Field Summary
 
Fields inherited from interface com.servingxml.components.recordio.RecordPipelineAppender
EMPTY_ARRAY
 
Constructor Summary
RecordFilterAppenderPrefilter(RecordFilterAppender recordFilterAppender, ParameterDescriptor[] parameterDescriptors)
           
 
Method Summary
 
Methods inherited from class com.servingxml.components.recordio.RecordPipelineAppenderPrefilter
appendToRecordPipeline, createRecordPipeline
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.servingxml.components.recordio.RecordPipelineAppender
appendToRecordPipeline, createRecordPipeline
 

Constructor Detail

RecordFilterAppenderPrefilter

public RecordFilterAppenderPrefilter(RecordFilterAppender recordFilterAppender,
                                     ParameterDescriptor[] parameterDescriptors)