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 Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
applyClientInvokerModifier(ClientInvokerModifier modifier)
Deprecated.<T> T
as(java.lang.Class<T> iface)
Deprecated.java.util.Collection<ClientInvoker>
getResteasyClientInvokers()
Deprecated.
-
-
-
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.
-
-