Uses of Interface
org.apache.olingo.odata2.api.ODataService
Packages that use ODataService
Package
Description
OData Library API
Data Processor
Runtime Support
-
Uses of ODataService in org.apache.olingo.odata2.api
Methods in org.apache.olingo.odata2.api that return ODataServiceModifier and TypeMethodDescriptionODataServiceFactory.createODataSingleProcessorService(EdmProvider provider, ODataSingleProcessor processor) Create a default service instance based on ODataSingleProcessor.abstract ODataServiceODataServiceFactory.createService(ODataContext ctx) Create instance of customODataService. -
Uses of ODataService in org.apache.olingo.odata2.api.processor
Methods in org.apache.olingo.odata2.api.processor that return ODataService -
Uses of ODataService in org.apache.olingo.odata2.api.rt
Methods in org.apache.olingo.odata2.api.rt that return ODataServiceModifier and TypeMethodDescriptionstatic ODataServiceRuntimeDelegate.createODataSingleProcessorService(EdmProvider provider, ODataSingleProcessor processor) Creates and returns a single processor service.protected abstract ODataServiceRuntimeDelegate.RuntimeDelegateInstance.createODataSingleProcessorService(EdmProvider provider, ODataSingleProcessor processor) -
Uses of ODataService in org.apache.olingo.odata2.core
Methods in org.apache.olingo.odata2.core that return ODataServiceMethods in org.apache.olingo.odata2.core with parameters of type ODataServiceConstructors in org.apache.olingo.odata2.core with parameters of type ODataServiceModifierConstructorDescriptionDispatcher(ODataServiceFactory serviceFactory, ODataService service) ODataRequestHandler(ODataServiceFactory factory, ODataService service, ODataContext context) -
Uses of ODataService in org.apache.olingo.odata2.core.batch
Constructors in org.apache.olingo.odata2.core.batch with parameters of type ODataServiceModifierConstructorDescriptionBatchHandlerImpl(ODataServiceFactory factory, ODataService service) -
Uses of ODataService in org.apache.olingo.odata2.core.processor
Classes in org.apache.olingo.odata2.core.processor that implement ODataServiceModifier and TypeClassDescriptionclassAnODataServiceimplementation that usesODataSingleProcessor. -
Uses of ODataService in org.apache.olingo.odata2.core.rt
Methods in org.apache.olingo.odata2.core.rt that return ODataServiceModifier and TypeMethodDescriptionprotected ODataServiceRuntimeDelegateImpl.createODataSingleProcessorService(EdmProvider provider, ODataSingleProcessor processor)