Uses of Interface
javax.ws.rs.client.Client

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

Uses of Client in javax.ws.rs.ext
 

Methods in javax.ws.rs.ext that return Client
protected abstract  Client ClientFactory.getClient()
          Get a new client instance.
protected abstract  Client ClientFactory.getClient(Configuration configuration)
          Get a new pre-configured client instance.
static Client ClientFactory.newClient()
          Create new client instance using the default client builder factory provided by the JAX-RS implementation provider.
static Client ClientFactory.newClient(Configuration configuration)
          Create new configured client instance using the default client builder factory provided by the JAX-RS implementation provider.
 



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