| Package | Description |
|---|---|
| org.jboss.resteasy.client.core | |
| org.jboss.resteasy.client.core.extractors |
| Modifier and Type | Field and Description |
|---|---|
protected EntityExtractor |
ClientInvoker.extractor |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
static EntityExtractor |
DefaultEntityExtractorFactory.clientResponseExtractor |
| Modifier and Type | Method and Description |
|---|---|
EntityExtractor |
DefaultEntityExtractorFactory.createExtractor(Method method) |
EntityExtractor |
EntityExtractorFactory.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 and Description |
|---|
ClientResponseProxy(ClientRequestContext context,
Map<Method,EntityExtractor<?>> methodMap,
Class<?> clazz) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.