Interface ResteasyClientProxy


  • @Deprecated
    public interface ResteasyClientProxy
    Deprecated.
    The Resteasy client framework in resteasy-jaxrs is replaced by the JAX-RS 2.0 compliant resteasy-client module.
    implemented by every generated proxy
    Version:
    $Revision: 1 $
    See Also:
    ResteasyClientProxy
    • Method Detail

      • getResteasyClientInvokers

        java.util.Collection<ClientInvoker> getResteasyClientInvokers()
        Deprecated.
      • applyClientInvokerModifier

        void applyClientInvokerModifier​(ClientInvokerModifier modifier)
        Deprecated.
      • as

        <T> T as​(java.lang.Class<T> iface)
        Deprecated.