Package org.orbeon.oxf.processor

Interface Summary
Processor Base interface implemented by all processors.
 

Class Summary
ProcessorImpl Helper class that implements default method of the Processor interface.
ProcessorImpl.DigestState  
ProcessorImpl.KeyValidity  
ProcessorImpl.ProcessorInputImpl Basic implementation of ProcessorInput.
ProcessorImpl.ProcessorOutputImpl Basic implementation of ProcessorOutput.
ProcessorInputOutputInfo Provides information about a specific input or output of a processor.
SimpleProcessor This is the class that must be extended to create a custom processor.