Package org.jboss.resteasy.client
Class ProxyFactory
java.lang.Object
org.jboss.resteasy.client.ProxyFactory
Deprecated.
The Resteasy proxy facility in the client framework in resteasy-jaxrs is replaced by the
proxy facility extension in the JAX-RS 2.0 compliant resteasy-client module.
- Version:
- $Revision: 1 $
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> T
Deprecated.static <T> T
Deprecated.static <T> T
create
(Class<T> clazz, String base, ClientExecutor client) Deprecated.static <T> T
create
(Class<T> clazz, String base, ResteasyProviderFactory providerFactory, Map<String, Object> requestAttributes) Deprecated.static <T> T
create
(Class<T> clazz, URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory) Deprecated.static <T> T
create
(Class<T> clazz, URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory) Deprecated.static <T> T
create
(Class<T> clazz, URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory, Map<String, Object> requestAttributes) Deprecated.static <T> ClientInvoker
createClientInvoker
(Class<T> clazz, Method method, URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory) Deprecated.static <T> ClientInvoker
createClientInvoker
(Class<T> clazz, Method method, URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory, Map<String, Object> requestAttributes) Deprecated.static <T> ClientInvoker
createClientInvoker
(Class<T> clazz, Method method, URI baseUri, ProxyConfig config) Deprecated.static URI
Deprecated.
-
Constructor Details
-
ProxyFactory
public ProxyFactory()Deprecated.
-
-
Method Details
-
create
Deprecated. -
create
Deprecated. -
create
public static <T> T create(Class<T> clazz, String base, ResteasyProviderFactory providerFactory, Map<String, Object> requestAttributes) Deprecated. -
create
Deprecated. -
createUri
Deprecated. -
create
public static <T> T create(Class<T> clazz, URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory) Deprecated. -
create
public static <T> T create(Class<T> clazz, URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory) Deprecated. -
create
public static <T> T create(Class<T> clazz, URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory, Map<String, Object> requestAttributes) Deprecated. -
createClientInvoker
public static <T> ClientInvoker createClientInvoker(Class<T> clazz, Method method, URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory) Deprecated. -
createClientInvoker
public static <T> ClientInvoker createClientInvoker(Class<T> clazz, Method method, URI baseUri, ClientExecutor executor, ResteasyProviderFactory providerFactory, EntityExtractorFactory extractorFactory, Map<String, Object> requestAttributes) Deprecated. -
createClientInvoker
public static <T> ClientInvoker createClientInvoker(Class<T> clazz, Method method, URI baseUri, ProxyConfig config) Deprecated.
-