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

    Modifier and Type
    Method
    Description
    getEntityType(int status, javax.ws.rs.core.MultivaluedMap<String,Object> metadata)
    Deprecated.
     
  • Method Details

    • getEntityType

      Class getEntityType(int status, javax.ws.rs.core.MultivaluedMap<String,Object> metadata)
      Deprecated.