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:
 EntityExtractorFactory
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TextractEntity(ClientContext context, Object... args) 
 - 
 
- 
- 
Method Detail
- 
extractEntity
T extractEntity(ClientContext context, Object... args)
 
 - 
 
 -