Class BodyEntityExtractor

java.lang.Object
org.jboss.resteasy.client.jaxrs.internal.proxy.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 $
Author:
Bill Burke, Solomon Duskis
See Also: