| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.odata4j.jersey.consumer.ODataJerseyConsumers
public class ODataJerseyConsumers
A static factory to create ODataJerseyConsumer instances preconfigured for specific services.
| Method Summary | |
|---|---|
static ODataConsumer | 
azureTables(String account,
            String key)
Creates a new OData consumer for the Azure Table Storage service.  | 
static ODataConsumer | 
dallas(String serviceRootUri,
       String accountKey,
       String uniqueUserId)
Creates a new OData consumer for the (now obsolete?) "dallas" service.  | 
static ODataConsumer | 
dataMarket(String serviceRootUri,
           String accountKey)
Creates a new OData consumer for the Windows Azure DataMarket service.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static ODataConsumer azureTables(String account,
                                        String key)
account - azure account keykey - azure secret key
public static ODataConsumer dallas(String serviceRootUri,
                                   String accountKey,
                                   String uniqueUserId)
serviceRootUri - the service uriaccountKey - dallas account keyuniqueUserId - dallas user id
public static ODataConsumer dataMarket(String serviceRootUri,
                                       String accountKey)
serviceRootUri - the service uriaccountKey - account key for basic authentication
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||