Package org.aksw.jena_sparql_api.core
Class UpdateExecutionFactoryParsingBase
java.lang.Object
org.aksw.jena_sparql_api.core.UpdateExecutionFactoryParsingBase
- All Implemented Interfaces:
AutoCloseable,UpdateExecutionFactory,UpdateProcessorFactory
- Direct Known Subclasses:
UpdateExecutionFactoryChangeSet,UpdateExecutionFactoryDataset,UpdateExecutionFactoryDatasetGraph,UpdateExecutionFactoryDelegate,UpdateExecutionFactoryEventSource,UpdateExecutionFactoryHttp,UpdateExecutionFactoryModel,UpdateExecutionFactoryPrefix
public abstract class UpdateExecutionFactoryParsingBase
extends Object
implements UpdateExecutionFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()org.apache.jena.update.UpdateProcessorcreateUpdateProcessor(String updateRequestStr) <T> TMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.jenax.dataaccess.sparql.factory.execution.update.UpdateProcessorFactory
createUpdateProcessor
-
Constructor Details
-
UpdateExecutionFactoryParsingBase
public UpdateExecutionFactoryParsingBase()
-
-
Method Details
-
createUpdateProcessor
- Specified by:
createUpdateProcessorin interfaceUpdateExecutionFactory
-
unwrap
- Specified by:
unwrapin interfaceUpdateExecutionFactory
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-