Class BodyEntityExtractor

java.lang.Object
org.jboss.resteasy.client.core.extractors.BodyEntityExtractor
All Implemented Interfaces:
EntityExtractor

public class BodyEntityExtractor extends Object implements EntityExtractor
BodyEntityExtractor extract body objects from responses. This ends up calling the appropriate MessageBodyReader through a series of calls
Version:
$Revision: 1 $
See Also: