org.joseki.server
Class ProcessorRegistry
java.lang.Object
org.joseki.server.ProcessorRegistry
- public class ProcessorRegistry
- extends java.lang.Object
Registry for operation processors.
- Version:
- $Id: ProcessorRegistry.java,v 1.4 2004/04/30 14:13:13 andy_seaborne Exp $
- Author:
- Andy Seaborne
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessorRegistry
public ProcessorRegistry()
hasProcessor
public boolean hasProcessor(java.lang.String opName)
hasQueryProcessor
public boolean hasQueryProcessor(java.lang.String queryLanguageName)
findProcessor
public Processor findProcessor(java.lang.String opName)
findQueryProcessor
public QueryProcessor findQueryProcessor(java.lang.String queryLanguageName)
registerProcessor
public void registerProcessor(java.lang.String shortName,
Processor processor)
registerQueryProcessor
public void registerQueryProcessor(java.lang.String langName,
QueryProcessor queryProcessor)
remove
public void remove(Processor processor)
remove
public void remove(QueryProcessor queryProcessor)
toRDF
public void toRDF(com.hp.hpl.jena.rdf.model.Model optModel,
com.hp.hpl.jena.rdf.model.Resource optionRes)
throws com.hp.hpl.jena.rdf.model.RDFException
- Throws:
com.hp.hpl.jena.rdf.model.RDFException
Copyright © 2002 Hewlett-Packard. All Rights Reserved.