org.glassfish.jersey.client
Class JerseyClientFactory
java.lang.Object
javax.ws.rs.ext.ClientFactory
org.glassfish.jersey.client.JerseyClientFactory
public class JerseyClientFactory
- extends javax.ws.rs.ext.ClientFactory
Jersey provider of JAX-RS client factory.
- Author:
- Marek Potociar (marek.potociar at oracle.com)
| Fields inherited from class javax.ws.rs.ext.ClientFactory |
JAXRS_DEFAULT_CLIENT_FACTORY_PROPERTY |
| Methods inherited from class javax.ws.rs.ext.ClientFactory |
newClient, newClient |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JerseyClientFactory
public JerseyClientFactory()
getClient
protected javax.ws.rs.client.Client getClient()
- Specified by:
getClient in class javax.ws.rs.ext.ClientFactory
getClient
protected javax.ws.rs.client.Client getClient(javax.ws.rs.client.Configuration configuration)
- Specified by:
getClient in class javax.ws.rs.ext.ClientFactory
clientBuilder
public static JerseyClient.Builder clientBuilder()
- Get a new Jersey
client builder.
- Returns:
- Jersey client builder.
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.