public class DefaultJerseyClientFactory extends Object implements JerseyClientFactory
Use INSTANCE to obtain a reference to the singleton instance of this factory.
| Modifier and Type | Field and Description |
|---|---|
static DefaultJerseyClientFactory |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
com.sun.jersey.api.client.Client |
createClient(com.sun.jersey.api.client.config.ClientConfig clientConfig)
Creates a new default
Client by calling: Client.create(clientConfig) |
public static final DefaultJerseyClientFactory INSTANCE
public com.sun.jersey.api.client.Client createClient(com.sun.jersey.api.client.config.ClientConfig clientConfig)
Client by calling: Client.create(clientConfig)createClient in interface JerseyClientFactoryclientConfig - the Jersey client api configurationCopyright © 2010–2015 JBoss by Red Hat. All rights reserved.