Package | Description |
---|---|
org.jboss.resteasy.client.core | |
org.jboss.resteasy.client.core.extractors |
Modifier and Type | Field and Description |
---|---|
protected EntityExtractor |
ClientInvoker.extractor
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
BodyEntityExtractor
Deprecated.
The Resteasy client framework in resteasy-jaxrs is replaced by
the JAX-RS 2.0 compliant resteasy-client module.
The Resteasy client proxy framework is replaced by the client proxy
framework in resteasy-client module.
|
class |
ResponseObjectProxy<T>
Deprecated.
The Resteasy client framework in resteasy-jaxrs is replaced by
the JAX-RS 2.0 compliant resteasy-client module.
The Resteasy client proxy framework is replaced by the client proxy
framework in resteasy-client module.
|
Modifier and Type | Field and Description |
---|---|
static EntityExtractor |
DefaultEntityExtractorFactory.clientResponseExtractor
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
EntityExtractor |
ResponseObjectEntityExtractorFactory.createExtractor(Method method)
Deprecated.
|
EntityExtractor |
DefaultEntityExtractorFactory.createExtractor(Method method)
Deprecated.
|
EntityExtractor |
EntityExtractorFactory.createExtractor(Method method)
Deprecated.
|
protected EntityExtractor |
DefaultEntityExtractorFactory.createResponseTypeEntityExtractor(Method method)
Deprecated.
|
static EntityExtractor<javax.ws.rs.core.Response.Status> |
DefaultEntityExtractorFactory.createStatusExtractor(boolean release)
Deprecated.
|
static EntityExtractor |
DefaultEntityExtractorFactory.createVoidExtractor(boolean release)
Deprecated.
|
Constructor and Description |
---|
ClientResponseProxy(ClientRequestContext context,
Map<Method,EntityExtractor<?>> methodMap,
Class<?> clazz)
Deprecated.
|
Copyright © 2016. All rights reserved.