Package org.jboss.resteasy.client
Interface EntityTypeFactory
-
- All Known Implementing Classes:
VoidEntityTypeFactory
@Deprecated public interface EntityTypeFactory
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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.Class
getEntityType(int status, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.Object> metadata)
Deprecated.
-