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

Uses of Interface
org.jboss.resteasy.client.core.extractors.EntityExtractor

Packages that use EntityExtractor
org.jboss.resteasy.client.core   
org.jboss.resteasy.client.core.extractors   
 

Uses of EntityExtractor in org.jboss.resteasy.client.core
 

Fields in org.jboss.resteasy.client.core declared as EntityExtractor
protected  EntityExtractor ClientInvoker.extractor
           
 

Uses of EntityExtractor in org.jboss.resteasy.client.core.extractors
 

Classes in org.jboss.resteasy.client.core.extractors that implement EntityExtractor
 class BodyEntityExtractor
          BodyEntityExtractor extract body objects from responses.
 class ResponseObjectProxy<T>
          This class represents the proxying functionality for creating a "rich response object" that has the @ResponseObject annotation.
 

Fields in org.jboss.resteasy.client.core.extractors declared as EntityExtractor
static EntityExtractor DefaultEntityExtractorFactory.clientResponseExtractor
           
 

Methods in org.jboss.resteasy.client.core.extractors that return EntityExtractor
 EntityExtractor EntityExtractorFactory.createExtractor(Method method)
           
 EntityExtractor DefaultEntityExtractorFactory.createExtractor(Method method)
           
 EntityExtractor ResponseObjectEntityExtractorFactory.createExtractor(Method method)
           
protected  EntityExtractor DefaultEntityExtractorFactory.createResponseTypeEntityExtractor(Method method)
           
static EntityExtractor<javax.ws.rs.core.Response.Status> DefaultEntityExtractorFactory.createStatusExtractor(boolean release)
           
static EntityExtractor DefaultEntityExtractorFactory.createVoidExtractor(boolean release)
           
 

Constructor parameters in org.jboss.resteasy.client.core.extractors with type arguments of type EntityExtractor
ClientResponseProxy(ClientRequestContext context, Map<Method,EntityExtractor<?>> methodMap, Class<?> clazz)
           
 


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

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