org.apache.jmeter.processor
Interface PostProcessor
- BeanShellPostProcessor, BSFPostProcessor, DebugPostProcessor, RegexExtractor, XPathExtractor
public interface PostProcessor
The PostProcessor is activated after a sample result has been generated.
void | process() - Provides the PostProcessor with a SampleResult object from which to
extract values for use in future Queries.
|
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.