| Package | Description | 
|---|---|
| javax.ws.rs.client | The JAX-RS client API | 
| javax.ws.rs.core | Low-level interfaces and annotations used to create RESTful service
 resources. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ClientClient is the main entry point to the fluent API used to build and execute client
 requests in order to consume responses returned. | 
| interface  | WebTargetA resource target identified by the resource URI. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClientBuilderMain entry point to the client API used to bootstrap  Clientinstances. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | Configurable<C extends Configurable>Represents a client or server-side configurable context in JAX-RS. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | FeatureContextA configurable context passed to  FeatureandDynamicFeatureinstances by JAX-RS runtime during the phase of their configuration. | 
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.