Uses of Interface
org.apache.olingo.server.api.ODataHandler
Packages that use ODataHandler
Package
Description
Olingo Server API
-
Uses of ODataHandler in org.apache.olingo.netty.server.core
Methods in org.apache.olingo.netty.server.core that return ODataHandlerModifier and TypeMethodDescriptionODataNettyImpl.createRawHandler(ServiceMetadata serviceMetadata) -
Uses of ODataHandler in org.apache.olingo.server.api
Subinterfaces of ODataHandler in org.apache.olingo.server.apiModifier and TypeInterfaceDescriptioninterfaceHandles HTTP requests as OData requests.Methods in org.apache.olingo.server.api that return ODataHandlerModifier and TypeMethodDescriptionabstract ODataHandlerOData.createRawHandler(ServiceMetadata serviceMetadata) Creates a new ODataHandler for handling OData requests. -
Uses of ODataHandler in org.apache.olingo.server.core
Classes in org.apache.olingo.server.core that implement ODataHandlerMethods in org.apache.olingo.server.core that return ODataHandler -
Uses of ODataHandler in org.apache.olingo.server.core.batchhandler
Constructors in org.apache.olingo.server.core.batchhandler with parameters of type ODataHandlerModifierConstructorDescriptionBatchFacadeImpl(ODataHandler oDataHandler, BatchProcessor batchProcessor, boolean isStrict) Creates a new BatchFacade.BatchPartHandler(ODataHandler oDataHandler, BatchProcessor processor, BatchFacade batchFacade)