| java.lang.Object | |
| ↳ | org.odata4j.jersey.consumer.DefaultJerseyClientFactory |
The default factory implementation for Jersey clients.
Use INSTANCE to obtain a reference to the singleton instance of this factory.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| INSTANCE | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new default Client by calling:
Client.create(clientConfig)
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.odata4j.jersey.consumer.JerseyClientFactory
| |||||||||||
Creates a new default Client by calling: Client.create(clientConfig)
| clientConfig | The Jersey client api configuration |
|---|