Uses of Package
javax.ws.rs.client

Packages that use javax.ws.rs.client
javax.ws.rs.client The JAX-RS client API 
javax.ws.rs.ext APIs that provide extensions to the types supported by the JAX-RS API. 
 

Classes in javax.ws.rs.client used by javax.ws.rs.client
AsyncInvoker
          TODO javadoc.
Client
          Client is the main entry point to the fluent API used to build and execute client requests in order to consume responses returned.
Client.Builder
          Client instance builder.
ClientException
          Root exception for all JAX-RS client-side specific exceptions.
Configuration
          Represents inheritable configuration of the main client-side JAX-RS components, such as Client, Target, Invocation Builder or Invocation.
Entity
          Encapsulates message entity including the associated variant information.
Feature
          A configurable feature.
Invocation
          TODO javadoc.
Invocation.Builder
          TODO javadoc.
InvocationCallback
          Callback that can be implemented to receive the asynchronous processing events from the invocation processing.
InvocationException
          A runtime exception thrown during the HTTP request invocation processing, that signals a failure to process the HTTP request or response.
SyncInvoker
          TODO javadoc.
Target
          A resource target identified by the resource URI.
 

Classes in javax.ws.rs.client used by javax.ws.rs.ext
Client.Builder
          Client instance builder.
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.