Uses of Interface
com.sun.jersey.api.client.UniformInterface

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

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

Classes in com.sun.jersey.api.client that implement UniformInterface
 class WebResource
          An encapsulation of a Web resource capable of building requests to send to the Web resource and processing responses returned from the Web resource.
 class WebResource.Builder
          The builder for building a ClientRequest instance and handling the request using the UniformInterface.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.