Class ODataSingleProcessorService

java.lang.Object
org.apache.olingo.odata2.core.processor.ODataSingleProcessorService
All Implemented Interfaces:
ODataService

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.