org.jboss.resteasy.client.core.extractors
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 $
- Author:
- Solomon Duskis
- See Also:
EntityExtractorFactory
,
MessageBodyReader
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BodyEntityExtractor
public BodyEntityExtractor(Method method)
extractEntity
public Object extractEntity(ClientRequestContext context,
Object... args)
- Specified by:
extractEntity
in interface EntityExtractor
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.