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

Packages that use Client.Builder
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. 
 

Uses of Client.Builder in javax.ws.rs.client
 

Methods in javax.ws.rs.client with type parameters of type Client.Builder
static
<B extends Client.Builder>
B
ClientFactory.newClientBy(java.lang.Class<? extends ClientBuilderFactory<B>> builderFactoryClass)
          Create client instance using a custom client builder factory.
 

Uses of Client.Builder in javax.ws.rs.ext
 

Classes in javax.ws.rs.ext with type parameters of type Client.Builder
 interface ClientBuilderFactory<B extends Client.Builder>
          TODO javadoc.
 



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