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 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 $
Author:
Solomon Duskis
See Also:
EntityExtractorFactory, MessageBodyReader

Constructor Summary
BodyEntityExtractor(java.lang.reflect.Method method)
           
 
Method Summary
 java.lang.Object extractEntity(ClientRequestContext context, java.lang.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(java.lang.reflect.Method method)
Method Detail

extractEntity

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


Copyright © 2010. All Rights Reserved.