com.hp.hpl.jena.sparql.modify
Interface UpdateEngineFactory


public interface UpdateEngineFactory

Interface for factories that accept and process SPARQL update requests.


Method Summary
 boolean accept(GraphStore graphStore, Context context)
          Answer whether this factory can produce an UpdateEngine for the specified GraphStore
 UpdateEngine create(GraphStore graphStore, Binding inputBinding, Context context)
          Create the update engine - having returned true to accept, should not fail
 

Method Detail

accept

boolean accept(GraphStore graphStore,
               Context context)
Answer whether this factory can produce an UpdateEngine for the specified GraphStore


create

UpdateEngine create(GraphStore graphStore,
                    Binding inputBinding,
                    Context context)
Create the update engine - having returned true to accept, should not fail



Licenced under the Apache License, Version 2.0