RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

org.jboss.resteasy.client.core.extractors
Class BodyEntityExtractor

java.lang.Object
  extended by 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 $
Author:
Solomon Duskis
See Also:
EntityExtractorFactory, MessageBodyReader

Constructor Summary
BodyEntityExtractor(Method method)
           
 
Method Summary
 Object extractEntity(ClientRequestContext context, Object... args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BodyEntityExtractor

public BodyEntityExtractor(Method method)
Method Detail

extractEntity

public Object extractEntity(ClientRequestContext context,
                            Object... args)
Specified by:
extractEntity in interface EntityExtractor

RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.