public class ODataSingleProcessorService extends Object implements ODataService
An ODataService implementation that uses ODataSingleProcessor.
Usually custom services create an instance by their implementation of
ODataServiceFactory and populate it with their custom EdmProvider and
custom ODataSingleProcessor implementations.
| Constructor and Description |
|---|
ODataSingleProcessorService(EdmProvider provider,
ODataSingleProcessor processor)
Construct service
|
public ODataSingleProcessorService(EdmProvider provider, ODataSingleProcessor processor)
provider - A custom EdmProviderprocessor - A custom ODataSingleProcessorpublic String getVersion() throws ODataException
getVersion in interface ODataServiceODataExceptionODataServicepublic Edm getEntityDataModel() throws ODataException
getEntityDataModel in interface ODataServiceODataExceptionODataServicepublic MetadataProcessor getMetadataProcessor() throws ODataException
getMetadataProcessor in interface ODataServiceODataExceptionODataServicepublic ServiceDocumentProcessor getServiceDocumentProcessor() throws ODataException
getServiceDocumentProcessor in interface ODataServiceODataExceptionODataServicepublic EntityProcessor getEntityProcessor() throws ODataException
getEntityProcessor in interface ODataServiceODataExceptionODataServicepublic EntitySetProcessor getEntitySetProcessor() throws ODataException
getEntitySetProcessor in interface ODataServiceODataExceptionODataServicepublic EntityComplexPropertyProcessor getEntityComplexPropertyProcessor() throws ODataException
getEntityComplexPropertyProcessor in interface ODataServiceODataExceptionODataServicepublic EntityLinkProcessor getEntityLinkProcessor() throws ODataException
getEntityLinkProcessor in interface ODataServiceODataExceptionODataServicepublic EntityLinksProcessor getEntityLinksProcessor() throws ODataException
getEntityLinksProcessor in interface ODataServiceODataExceptionODataServicepublic EntityMediaProcessor getEntityMediaProcessor() throws ODataException
getEntityMediaProcessor in interface ODataServiceODataExceptionODataServicepublic EntitySimplePropertyProcessor getEntitySimplePropertyProcessor() throws ODataException
getEntitySimplePropertyProcessor in interface ODataServiceODataExceptionODataServicepublic EntitySimplePropertyValueProcessor getEntitySimplePropertyValueProcessor() throws ODataException
getEntitySimplePropertyValueProcessor in interface ODataServiceODataExceptionODataServicepublic FunctionImportProcessor getFunctionImportProcessor() throws ODataException
getFunctionImportProcessor in interface ODataServiceODataExceptionODataServicepublic FunctionImportValueProcessor getFunctionImportValueProcessor() throws ODataException
getFunctionImportValueProcessor in interface ODataServiceODataExceptionODataServicepublic BatchProcessor getBatchProcessor() throws ODataException
getBatchProcessor in interface ODataServiceODataExceptionODataServicepublic ODataProcessor getProcessor() throws ODataException
getProcessor in interface ODataServiceODataExceptionODataServicepublic List<String> getSupportedContentTypes(Class<? extends ODataProcessor> processorFeature) throws ODataException
getSupportedContentTypes in interface ODataServicecontent types this service supportsODataExceptionCopyright © 2020. All rights reserved.