Uses of Interface
javax.ws.rs.ext.ClientBuilderFactory

Packages that use ClientBuilderFactory
javax.ws.rs.client The JAX-RS client API 
 

Uses of ClientBuilderFactory in javax.ws.rs.client
 

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



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