Uses of Class
com.sun.jersey.api.client.WebResource

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

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

Methods in com.sun.jersey.api.client that return WebResource
 WebResource WebResource.path(String path)
          Create a new WebResource from this web resource with an additional path added to the URI of this web resource.
 WebResource WebResource.queryParam(String key, String value)
          Create a new WebResource from this web resource with an additional query parameter added to the URI of this web resource.
 WebResource WebResource.queryParams(javax.ws.rs.core.MultivaluedMap<String,String> params)
          Create a new WebResource from this web resource with additional query parameters added to the URI of this web resource.
 WebResource Client.resource(String u)
          Create a Web resource from the client.
 WebResource WebResourceLinkHeaders.resource(String rel)
           
 WebResource Client.resource(URI u)
          Create a Web resource from the client.
 WebResource WebResource.uri(URI uri)
          Create a new WebResource from this web resource.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.