Class RemoveTrackingParametersProcessor

java.lang.Object
org.eblocker.server.icap.transaction.processor.RemoveTrackingParametersProcessor
All Implemented Interfaces:
TransactionProcessor

public class RemoveTrackingParametersProcessor extends Object implements TransactionProcessor
  • Constructor Details

    • RemoveTrackingParametersProcessor

      public RemoveTrackingParametersProcessor()
  • Method Details

    • process

      public boolean process(Transaction transaction)
      Description copied from interface: TransactionProcessor
      Returns false, if processing should be interrupted here.

      All other results have to be stored in the transaction object.

      Specified by:
      process in interface TransactionProcessor
      Returns: