Package | Description |
---|---|
org.jboss.resteasy.client |
JAX-RS specification 1.1 (https://jcp.org/en/jsr/detail?id=311)
had no client framework, so Resteasy release 2.x provided one.
|
org.jboss.resteasy.client.core | |
org.jboss.resteasy.client.core.extractors |
Modifier and Type | Field and Description |
---|---|
private EntityExtractorFactory |
ProxyBuilder.extractorFactory
Deprecated.
|
private EntityExtractorFactory |
ProxyConfig.extractorFactory
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
EntityExtractorFactory |
ProxyConfig.getExtractorFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
ProxyFactory.create(java.lang.Class<T> clazz,
java.net.URI baseUri,
ClientExecutor executor,
ResteasyProviderFactory providerFactory,
EntityExtractorFactory extractorFactory)
Deprecated.
|
static <T> T |
ProxyFactory.create(java.lang.Class<T> clazz,
java.net.URI baseUri,
ClientExecutor executor,
ResteasyProviderFactory providerFactory,
EntityExtractorFactory extractorFactory,
java.util.Map<java.lang.String,java.lang.Object> requestAttributes)
Deprecated.
|
static <T> ClientInvoker |
ProxyFactory.createClientInvoker(java.lang.Class<T> clazz,
java.lang.reflect.Method method,
java.net.URI baseUri,
ClientExecutor executor,
ResteasyProviderFactory providerFactory,
EntityExtractorFactory extractorFactory)
Deprecated.
|
static <T> ClientInvoker |
ProxyFactory.createClientInvoker(java.lang.Class<T> clazz,
java.lang.reflect.Method method,
java.net.URI baseUri,
ClientExecutor executor,
ResteasyProviderFactory providerFactory,
EntityExtractorFactory extractorFactory,
java.util.Map<java.lang.String,java.lang.Object> requestAttributes)
Deprecated.
|
ProxyBuilder<T> |
ProxyBuilder.extractorFactory(EntityExtractorFactory fact)
Deprecated.
|
Constructor and Description |
---|
ProxyConfig(java.lang.ClassLoader loader,
ClientExecutor executor,
ResteasyProviderFactory providerFactory,
EntityExtractorFactory extractorFactory,
java.util.Map<java.lang.String,java.lang.Object> requestAttributes,
javax.ws.rs.core.MediaType serverConsumes,
javax.ws.rs.core.MediaType serverProduces)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected EntityExtractorFactory |
ClientInvoker.extractorFactory |
Constructor and Description |
---|
ClientInvoker(java.net.URI baseUri,
java.lang.Class declaring,
java.lang.reflect.Method method,
ResteasyProviderFactory providerFactory,
ClientExecutor executor,
EntityExtractorFactory extractorFactory) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEntityExtractorFactory |
class |
ResponseObjectEntityExtractorFactory
This class represents the method level creation of a "rich response object"
that has the @ResponseObject annotation.
|
Modifier and Type | Field and Description |
---|---|
private EntityExtractorFactory |
ClientRequestContext.extractorFactory |
Modifier and Type | Method and Description |
---|---|
EntityExtractorFactory |
ClientRequestContext.getExtractorFactory() |
Constructor and Description |
---|
ClientRequestContext(ClientRequest request,
BaseClientResponse<?> clientResponse,
ClientErrorHandler errorHandler,
EntityExtractorFactory extractorFactory,
java.net.URI baseURI) |
ResponseObjectProxy(java.lang.reflect.Method method,
EntityExtractorFactory extractorFactory) |