Package org.jboss.resteasy.client
Class ProxyBuilder<T>
java.lang.Object
org.jboss.resteasy.client.ProxyBuilder<T>
- Type Parameters:
T
-
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.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final URI
Deprecated.private static final Class<?>[]
Deprecated.private ClientExecutor
Deprecated.private EntityExtractorFactory
Deprecated.Deprecated.private ClassLoader
Deprecated.private ResteasyProviderFactory
Deprecated.Deprecated.private javax.ws.rs.core.MediaType
Deprecated.private javax.ws.rs.core.MediaType
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> ProxyBuilder<T>
Deprecated.static <T> ProxyBuilder<T>
Deprecated.Deprecated.static <T> T
createProxy
(Class<T> iface, URI baseUri, ProxyConfig config) Deprecated.executor
(ClientExecutor exec) Deprecated.Deprecated.now()
Deprecated.Deprecated.requestAttributes
(Map<String, Object> attrs) Deprecated.serverConsumes
(javax.ws.rs.core.MediaType type) Deprecated.serverMediaType
(javax.ws.rs.core.MediaType type) Deprecated.shortcut for serverProduces(type).serverConsumes(type)serverProduces
(javax.ws.rs.core.MediaType type) Deprecated.
-
Field Details
-
iface
Deprecated. -
baseUri
Deprecated. -
loader
Deprecated. -
executor
Deprecated. -
providerFactory
Deprecated. -
extractorFactory
Deprecated. -
requestAttributes
Deprecated. -
serverConsumes
private javax.ws.rs.core.MediaType serverConsumesDeprecated. -
serverProduces
private javax.ws.rs.core.MediaType serverProducesDeprecated. -
cClassArgArray
Deprecated.
-
-
Constructor Details
-
ProxyBuilder
Deprecated.
-
-
Method Details
-
build
Deprecated. -
build
Deprecated. -
classloader
Deprecated. -
executor
Deprecated. -
providerFactory
Deprecated. -
extractorFactory
Deprecated. -
serverMediaType
Deprecated.shortcut for serverProduces(type).serverConsumes(type) -
serverProduces
Deprecated. -
serverConsumes
Deprecated. -
requestAttributes
Deprecated. -
now
Deprecated. -
createProxy
Deprecated.
-