Uses of Interface
com.sun.ws.rest.api.client.RequestBuilder

Packages that use RequestBuilder
com.sun.ws.rest.api.client   
 

Uses of RequestBuilder in com.sun.ws.rest.api.client
 

Classes in com.sun.ws.rest.api.client with type parameters of type RequestBuilder
 class PartialRequestBuilder<T extends RequestBuilder>
          A partial implementation of RequestBuilder that implements the methods on RequestBuilder but leaves undefined the build methods for constructing the request.
 interface RequestBuilder<T extends RequestBuilder>
          An interface for building HTTP requests.
 

Classes in com.sun.ws.rest.api.client that implement RequestBuilder
static class ClientRequest.Builder
          The builder for building a ClientRequest instance.
 class PartialRequestBuilder<T extends RequestBuilder>
          A partial implementation of RequestBuilder that implements the methods on RequestBuilder but leaves undefined the build methods for constructing the request.
 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.