com.raritantechnologies.endeca.pipeline
Interface IJavaManipulator

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
FieldFormatterManipulator, GatewayRecordAdapter, OutputProcessorAdapter

public interface IJavaManipulator
extends IConfigurable


Method Summary
 void execute(AdapterConfig config, AdapterHandler handler)
           
 void pipelineDone()
           
 Record process(Record rec)
           
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

execute

public void execute(AdapterConfig config,
                    AdapterHandler handler)
             throws AdapterException
Throws:
AdapterException

process

public Record process(Record rec)

pipelineDone

public void pipelineDone()