Class ScenarioServiceFactory
- java.lang.Object
-
- org.apache.olingo.odata2.api.ODataServiceFactory
-
- org.apache.olingo.odata2.ref.processor.ScenarioServiceFactory
-
public class ScenarioServiceFactory extends ODataServiceFactory
Service Factory for the reference scenario.
-
-
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 Constructor Description ScenarioServiceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ODataServicecreateService(ODataContext context)<T extends ODataCallback>
TgetCallback(Class<T> callbackInterface)-
Methods inherited from class org.apache.olingo.odata2.api.ODataServiceFactory
createODataSingleProcessorService, handleException
-
-
-
-
Method Detail
-
createService
public ODataService createService(ODataContext context) throws ODataException
- Specified by:
createServicein classODataServiceFactory- Throws:
ODataException
-
getCallback
public <T extends ODataCallback> T getCallback(Class<T> callbackInterface)
- Overrides:
getCallbackin classODataServiceFactory
-
-