Package com.sap.cds.adapter.odata.v2
Class CdsODataV2ServiceFactory
java.lang.Object
org.apache.olingo.odata2.api.ODataServiceFactory
com.sap.cds.adapter.odata.v2.CdsODataV2ServiceFactory
-
Field Summary
Fields inherited from class org.apache.olingo.odata2.api.ODataServiceFactory
ACCEPT_FORM_ENCODING, FACTORY_CLASSLOADER_LABEL, FACTORY_INSTANCE_LABEL, FACTORY_LABEL, PATH_SPLIT_LABEL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateService(ODataContext context) <T extends ODataCallback>
TgetCallback(Class<T> callbackInterface) getServicePath(String pathInfo) Returns anOptionaldescribing the service path matching the given path info most accurately.Methods inherited from class org.apache.olingo.odata2.api.ODataServiceFactory
createODataSingleProcessorService
-
Constructor Details
-
CdsODataV2ServiceFactory
-
-
Method Details
-
createService
- Specified by:
createServicein classODataServiceFactory- Throws:
ODataException
-
getServicePath
Returns anOptionaldescribing the service path matching the given path info most accurately.- Parameters:
pathInfo- the path info to find the service path for- Returns:
- the service path optional
-
getCallback
- Overrides:
getCallbackin classODataServiceFactory
-