Class BodyEntityExtractor
- java.lang.Object
-
- org.jboss.resteasy.client.core.extractors.BodyEntityExtractor
-
- All Implemented Interfaces:
EntityExtractor
public class BodyEntityExtractor extends java.lang.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:
EntityExtractorFactory
,MessageBodyReader
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.reflect.Method
method
-
Constructor Summary
Constructors Constructor Description BodyEntityExtractor(java.lang.reflect.Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
extractEntity(ClientRequestContext context, java.lang.Object... args)
-
-
-
Method Detail
-
extractEntity
public java.lang.Object extractEntity(ClientRequestContext context, java.lang.Object... args)
- Specified by:
extractEntity
in interfaceEntityExtractor
-
-