public class ApacheClientFactoryImpl extends Object implements JerseyClientFactory
| Constructor and Description |
|---|
ApacheClientFactoryImpl()
Creates a ClientFactory with the default configuration, which uses Jackson as the JSON marshaller.
|
ApacheClientFactoryImpl(com.sun.jersey.api.client.config.ClientConfig config)
Creates a ClientFactory with the provided configuration.
|
| Modifier and Type | Method and Description |
|---|---|
com.sun.jersey.api.client.Client |
create()
Creates a Jersey client.
|
public ApacheClientFactoryImpl()
public ApacheClientFactoryImpl(com.sun.jersey.api.client.config.ClientConfig config)
config - a ClientConfigpublic com.sun.jersey.api.client.Client create()
create in interface JerseyClientFactoryCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.