Class DefaultIntegrationODataRequestHandler


  • public class DefaultIntegrationODataRequestHandler
    extends org.apache.olingo.odata2.core.ODataRequestHandler
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static DefaultIntegrationODataRequestHandler createHandler​(org.apache.olingo.odata2.api.ODataServiceFactory factory, org.apache.olingo.odata2.api.ODataService service, org.apache.olingo.odata2.api.processor.ODataContext context)  
      protected org.apache.olingo.odata2.api.processor.ODataResponse getIntegrationResponse​(org.apache.olingo.odata2.api.processor.ODataResponse response)  
      org.apache.olingo.odata2.api.processor.ODataResponse handle​(org.apache.olingo.odata2.api.processor.ODataRequest request)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • createHandler

        public static DefaultIntegrationODataRequestHandler createHandler​(org.apache.olingo.odata2.api.ODataServiceFactory factory,
                                                                          org.apache.olingo.odata2.api.ODataService service,
                                                                          org.apache.olingo.odata2.api.processor.ODataContext context)
      • handle

        public org.apache.olingo.odata2.api.processor.ODataResponse handle​(org.apache.olingo.odata2.api.processor.ODataRequest request)
        Overrides:
        handle in class org.apache.olingo.odata2.core.ODataRequestHandler
      • getIntegrationResponse

        protected org.apache.olingo.odata2.api.processor.ODataResponse getIntegrationResponse​(org.apache.olingo.odata2.api.processor.ODataResponse response)