Apache JMeter
2.2

org.apache.jmeter.processor
Interface PostProcessor

All Known Implementing Classes:
BeanShellPostProcessor, RegexExtractor, XPathExtractor

public interface PostProcessor

The PostProcessor is activated after a sample result has been generated.

Version:
$Revision: 325542 $

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

Method Detail

process

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


Apache JMeter
2.2

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