public class

DefaultJerseyClientFactory

extends Object
implements JerseyClientFactory
java.lang.Object
   ↳ org.odata4j.jersey.consumer.DefaultJerseyClientFactory

Class Overview

The default factory implementation for Jersey clients.

Use INSTANCE to obtain a reference to the singleton instance of this factory.

Summary

Fields
public static final DefaultJerseyClientFactory INSTANCE
Public Methods
Client createClient(ClientConfig clientConfig)
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

Fields

public static final DefaultJerseyClientFactory INSTANCE

Public Methods

public Client createClient (ClientConfig clientConfig)

Creates a new default Client by calling: Client.create(clientConfig)

Parameters
clientConfig The Jersey client api configuration