public class CdsODataV2ServiceFactory extends ODataServiceFactory
ACCEPT_FORM_ENCODING, FACTORY_CLASSLOADER_LABEL, FACTORY_INSTANCE_LABEL, FACTORY_LABEL, PATH_SPLIT_LABEL| Constructor and Description |
|---|
CdsODataV2ServiceFactory(CdsRuntime runtime) |
| Modifier and Type | Method and Description |
|---|---|
ODataService |
createService(ODataContext context) |
<T extends ODataCallback> |
getCallback(Class<T> callbackInterface) |
Optional<String> |
getServicePath(String pathInfo)
Returns an
Optional describing the service path matching the given path info
most accurately. |
createODataSingleProcessorServicepublic CdsODataV2ServiceFactory(CdsRuntime runtime)
public ODataService createService(ODataContext context) throws ODataException
createService in class ODataServiceFactoryODataExceptionpublic Optional<String> getServicePath(String pathInfo)
Optional describing the service path matching the given path info
most accurately.pathInfo - the path info to find the service path forpublic <T extends ODataCallback> T getCallback(Class<T> callbackInterface)
getCallback in class ODataServiceFactoryCopyright © 2021. All rights reserved.