Package org.jboss.resteasy.client
Interface EntityTypeFactory
- All Known Implementing Classes:
VoidEntityTypeFactory
Deprecated.
The Resteasy client framework in resteasy-jaxrs is replaced by the JAX-RS 2.0 compliant resteasy-client module.
- Version:
- $Revision: 1 $
Note. org.jboss.resteasy.client.ClientResponse
is a generic type in the Resteasy client framework, but org.jboss.resteasy.client.jaxrs.internal.ClientResponse in the resteasy-client module is not, so EntityTypeFactory is no longer useful.
-
Method Summary
Modifier and TypeMethodDescriptiongetEntityType
(int status, javax.ws.rs.core.MultivaluedMap<String, Object> metadata) Deprecated.
-
Method Details
-
getEntityType
Deprecated.
-