Class ForwardDecisionProcessor
java.lang.Object
org.eblocker.server.icap.transaction.processor.ForwardDecisionProcessor
- All Implemented Interfaces:
TransactionProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(Transaction transaction) Returns false, if processing should be interrupted here.
-
Constructor Details
-
ForwardDecisionProcessor
public ForwardDecisionProcessor()
-
-
Method Details
-
process
Description copied from interface:TransactionProcessorReturns false, if processing should be interrupted here.All other results have to be stored in the transaction object.
- Specified by:
processin interfaceTransactionProcessor- Returns:
-