Class DefaultIntegrationODataRequestHandler
- java.lang.Object
-
- org.apache.olingo.odata2.core.ODataRequestHandler
-
- de.hybris.platform.odata2webservices.odata.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 DefaultIntegrationODataRequestHandlercreateHandler(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.ODataResponsegetIntegrationResponse(org.apache.olingo.odata2.api.processor.ODataResponse response)org.apache.olingo.odata2.api.processor.ODataResponsehandle(org.apache.olingo.odata2.api.processor.ODataRequest request)
-
-
-
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:
handlein classorg.apache.olingo.odata2.core.ODataRequestHandler
-
getIntegrationResponse
protected org.apache.olingo.odata2.api.processor.ODataResponse getIntegrationResponse(org.apache.olingo.odata2.api.processor.ODataResponse response)
-
-