org.apache.jmeter.processor

Interface PostProcessor

Known Implementing Classes:
BeanShellPostProcessor, BSFPostProcessor, DebugPostProcessor, RegexExtractor, XPathExtractor

public interface PostProcessor

The PostProcessor is activated after a sample result has been generated.
Version:
$Revision: 674365 $

Method Summary

void
process()
Provides the PostProcessor with a SampleResult object from which to extract values for use in future Queries.

Method Details

process

public void process()
Provides the PostProcessor with a SampleResult object from which to extract values for use in future Queries.

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.