Uses of Class
org.apache.olingo.odata2.api.ODataServiceFactory
Packages that use ODataServiceFactory
Package
Description
Data Processor
-
Uses of ODataServiceFactory in org.apache.olingo.odata2.api.processor
Methods in org.apache.olingo.odata2.api.processor that return ODataServiceFactory -
Uses of ODataServiceFactory in org.apache.olingo.odata2.core
Methods in org.apache.olingo.odata2.core that return ODataServiceFactoryMethods in org.apache.olingo.odata2.core with parameters of type ODataServiceFactoryModifier and TypeMethodDescriptionvoidODataContextImpl.setServiceFactory(ODataServiceFactory serviceFactory) Constructors in org.apache.olingo.odata2.core with parameters of type ODataServiceFactoryModifierConstructorDescriptionDispatcher(ODataServiceFactory serviceFactory, ODataService service) ODataContextImpl(ODataRequest request, ODataServiceFactory factory) ODataRequestHandler(ODataServiceFactory factory, ODataService service, ODataContext context) -
Uses of ODataServiceFactory in org.apache.olingo.odata2.core.batch
Constructors in org.apache.olingo.odata2.core.batch with parameters of type ODataServiceFactoryModifierConstructorDescriptionBatchHandlerImpl(ODataServiceFactory factory, ODataService service) -
Uses of ODataServiceFactory in org.apache.olingo.odata2.core.rest
Methods in org.apache.olingo.odata2.core.rest that return ODataServiceFactoryModifier and TypeMethodDescriptionstatic ODataServiceFactoryODataRootLocator.createServiceFactoryFromContext(javax.ws.rs.core.Application app, jakarta.servlet.http.HttpServletRequest servletRequest, jakarta.servlet.ServletConfig servletConfig) ODataRootLocator.getServiceFactory()SubLocatorParameter.getServiceFactory()Methods in org.apache.olingo.odata2.core.rest with parameters of type ODataServiceFactoryModifier and TypeMethodDescriptionvoidSubLocatorParameter.setServiceFactory(ODataServiceFactory serviceFactory) -
Uses of ODataServiceFactory in org.apache.olingo.odata2.core.rest.app
Methods in org.apache.olingo.odata2.core.rest.app that return types with arguments of type ODataServiceFactoryModifier and TypeMethodDescriptionabstract Class<? extends ODataServiceFactory>AbstractODataApplication.getServiceFactoryClass() -
Uses of ODataServiceFactory in org.apache.olingo.odata2.core.servlet
Methods in org.apache.olingo.odata2.core.servlet that return ODataServiceFactoryModifier and TypeMethodDescriptionprotected ODataServiceFactoryODataServlet.getServiceFactory(jakarta.servlet.http.HttpServletRequest request) Get the service factory instance which is used for creation of theODataServicewhich handles the processing of the request.Methods in org.apache.olingo.odata2.core.servlet with parameters of type ODataServiceFactoryModifier and TypeMethodDescriptionprotected voidODataServlet.handle(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, String xHttpMethod, String xHttpMethodOverride, ODataServiceFactory serviceFactory) protected voidODataServlet.handleRedirect(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, ODataServiceFactory serviceFactory) Constructors in org.apache.olingo.odata2.core.servlet with parameters of type ODataServiceFactoryModifierConstructorDescriptionODataExceptionWrapper(jakarta.servlet.http.HttpServletRequest req, ODataServiceFactory serviceFactory)