Interface EntityExtractor<T>
- All Known Implementing Classes:
BodyEntityExtractor
,ResponseObjectProxy
public interface EntityExtractor<T>
EntityExtractor extract objects from responses. An extractor can extract a
status, a header, a cookie, the response body, the clientRequest object, the
clientResponse object, or anything else that a "response object" might need.
- Version:
- $Revision: 1 $
- Author:
- Solomon Duskis
- See Also:
-
Method Summary
-
Method Details
-
extractEntity
-