Uses of Interface
com.sun.jersey.client.proxy.ViewProxy

Packages that use ViewProxy
com.sun.jersey.api.client Provides support for client-side communication with HTTP-based RESTful Web services. 
com.sun.jersey.client.proxy   
 

Uses of ViewProxy in com.sun.jersey.api.client
 

Methods in com.sun.jersey.api.client that return ViewProxy
<T> ViewProxy<T>
Client.getViewProxy(java.lang.Class<T> c)
           
 

Uses of ViewProxy in com.sun.jersey.client.proxy
 

Methods in com.sun.jersey.client.proxy that return ViewProxy
<T> ViewProxy<T>
ViewProxyProvider.proxy(Client client, java.lang.Class<T> c)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.