Interface PDTProcessorChain
-
public interface PDTProcessorChainCurrentPDTProcessorcan use thePDTProcessorChainto invoke the next processor in the chain
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoProcess(PDTContext context)Causes the next processor in the chain to be invoked
-
-
-
Method Detail
-
doProcess
void doProcess(PDTContext context) throws CalculationException
Causes the next processor in the chain to be invoked- Parameters:
context- the context to pass along the chain- Throws:
CalculationException- the calculation exception
-
-