public class ODataClientImpl extends Object implements org.apache.olingo.client.api.ODataClient
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.olingo.client.api.Configuration |
configuration |
| Constructor and Description |
|---|
ODataClientImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.olingo.client.api.communication.request.AsyncRequestFactory |
getAsyncRequestFactory() |
org.apache.olingo.client.api.communication.request.batch.BatchRequestFactory |
getBatchRequestFactory() |
org.apache.olingo.client.api.serialization.ODataBinder |
getBinder() |
org.apache.olingo.client.api.Configuration |
getConfiguration() |
org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory |
getCUDRequestFactory() |
org.apache.olingo.client.api.serialization.ClientODataDeserializer |
getDeserializer(org.apache.olingo.commons.api.format.ContentType contentType) |
org.apache.olingo.client.api.uri.FilterFactory |
getFilterFactory() |
org.apache.olingo.client.api.communication.request.invoke.InvokeRequestFactory |
getInvokeRequestFactory() |
org.apache.olingo.client.api.domain.ClientObjectFactory |
getObjectFactory() |
org.apache.olingo.client.api.serialization.ODataReader |
getReader() |
org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory |
getRetrieveRequestFactory() |
org.apache.olingo.client.api.uri.SearchFactory |
getSearchFactory() |
org.apache.olingo.client.api.serialization.ODataSerializer |
getSerializer(org.apache.olingo.commons.api.format.ContentType contentType) |
org.apache.olingo.commons.api.edm.constants.ODataServiceVersion |
getServiceVersion() |
org.apache.olingo.client.api.serialization.ODataWriter |
getWriter() |
org.apache.olingo.client.api.communication.header.ODataPreferences |
newPreferences() |
org.apache.olingo.client.api.uri.URIBuilder |
newURIBuilder(String serviceRoot) |
org.apache.olingo.client.api.communication.header.ODataHeaders |
newVersionHeaders() |
public org.apache.olingo.client.api.Configuration getConfiguration()
getConfiguration in interface org.apache.olingo.client.api.ODataClientpublic org.apache.olingo.client.api.communication.header.ODataPreferences newPreferences()
newPreferences in interface org.apache.olingo.client.api.ODataClientpublic org.apache.olingo.client.api.serialization.ODataWriter getWriter()
getWriter in interface org.apache.olingo.client.api.ODataClientpublic org.apache.olingo.commons.api.edm.constants.ODataServiceVersion getServiceVersion()
getServiceVersion in interface org.apache.olingo.client.api.ODataClientpublic org.apache.olingo.client.api.communication.header.ODataHeaders newVersionHeaders()
newVersionHeaders in interface org.apache.olingo.client.api.ODataClientpublic org.apache.olingo.client.api.uri.URIBuilder newURIBuilder(String serviceRoot)
newURIBuilder in interface org.apache.olingo.client.api.ODataClientpublic org.apache.olingo.client.api.uri.FilterFactory getFilterFactory()
getFilterFactory in interface org.apache.olingo.client.api.ODataClientpublic org.apache.olingo.client.api.uri.SearchFactory getSearchFactory()
getSearchFactory in interface org.apache.olingo.client.api.ODataClientpublic org.apache.olingo.client.api.serialization.ClientODataDeserializer getDeserializer(org.apache.olingo.commons.api.format.ContentType contentType)
getDeserializer in interface org.apache.olingo.client.api.ODataClientpublic org.apache.olingo.client.api.serialization.ODataSerializer getSerializer(org.apache.olingo.commons.api.format.ContentType contentType)
getSerializer in interface org.apache.olingo.client.api.ODataClientpublic org.apache.olingo.client.api.serialization.ODataReader getReader()
getReader in interface org.apache.olingo.client.api.ODataClientpublic org.apache.olingo.client.api.serialization.ODataBinder getBinder()
getBinder in interface org.apache.olingo.client.api.ODataClientpublic org.apache.olingo.client.api.domain.ClientObjectFactory getObjectFactory()
getObjectFactory in interface org.apache.olingo.client.api.ODataClientpublic org.apache.olingo.client.api.communication.request.AsyncRequestFactory getAsyncRequestFactory()
getAsyncRequestFactory in interface org.apache.olingo.client.api.ODataClientpublic org.apache.olingo.client.api.communication.request.retrieve.RetrieveRequestFactory getRetrieveRequestFactory()
getRetrieveRequestFactory in interface org.apache.olingo.client.api.ODataClientpublic org.apache.olingo.client.api.communication.request.cud.CUDRequestFactory getCUDRequestFactory()
getCUDRequestFactory in interface org.apache.olingo.client.api.ODataClientpublic org.apache.olingo.client.api.communication.request.invoke.InvokeRequestFactory getInvokeRequestFactory()
getInvokeRequestFactory in interface org.apache.olingo.client.api.ODataClientpublic org.apache.olingo.client.api.communication.request.batch.BatchRequestFactory getBatchRequestFactory()
getBatchRequestFactory in interface org.apache.olingo.client.api.ODataClientCopyright © 2013–2017 The Apache Software Foundation. All rights reserved.