Class DefaultServiceFactory

java.lang.Object
org.apache.olingo.odata2.api.ODataServiceFactory
de.hybris.platform.odata2services.odata.impl.DefaultServiceFactory

public class DefaultServiceFactory extends org.apache.olingo.odata2.api.ODataServiceFactory
  • Constructor Details

    • DefaultServiceFactory

      public DefaultServiceFactory()
  • Method Details

    • createService

      public org.apache.olingo.odata2.api.ODataService createService(org.apache.olingo.odata2.api.processor.ODataContext context)
      Specified by:
      createService in class org.apache.olingo.odata2.api.ODataServiceFactory
    • getCallback

      public <T extends org.apache.olingo.odata2.api.ODataCallback> T getCallback(Class<T> callbackInterface)
      Overrides:
      getCallback in class org.apache.olingo.odata2.api.ODataServiceFactory
    • getEdmProviderFactory

      protected EdmProviderFactory getEdmProviderFactory()
    • setEdmProviderFactory

      public void setEdmProviderFactory(EdmProviderFactory edmProviderFactory)
    • getProcessorFactory

      protected ODataProcessorFactory getProcessorFactory()
    • setProcessorFactory

      public void setProcessorFactory(ODataProcessorFactory factory)
    • getErrorCallback

      protected org.apache.olingo.odata2.api.processor.ODataErrorCallback getErrorCallback()
    • setErrorCallback

      public void setErrorCallback(org.apache.olingo.odata2.api.processor.ODataErrorCallback callback)