Uses of Interface
org.joseki.server.Processor

Packages that use Processor
org.joseki.server   
org.joseki.server.processors   
org.joseki.test   
 

Uses of Processor in org.joseki.server
 

Subinterfaces of Processor in org.joseki.server
 interface QueryProcessor
           
 

Methods in org.joseki.server that return Processor
 Processor RequestImpl.getProcessor()
           
 Processor Request.getProcessor()
           
 Processor ProcessorRegistry.findProcessor(java.lang.String opName)
           
 

Methods in org.joseki.server with parameters of type Processor
 void RequestImpl.setProcessor(Processor proc)
           
 void Request.setProcessor(Processor proc)
           
 void ProcessorRegistry.registerProcessor(java.lang.String shortName, Processor processor)
           
 void ProcessorRegistry.remove(Processor processor)
           
 void Dispatcher.addProcessor(java.lang.String aModelURI, java.lang.String shortName, Processor proc)
          Add an operation processor.
 void Dispatcher.removeProcessor(java.lang.String aModelURI, Processor processor)
          Remove a processor.
 

Constructors in org.joseki.server with parameters of type Processor
RequestImpl(java.lang.String u, java.lang.String url, java.lang.String name, Dispatcher d, ModelSource aModel, Processor proc)
           
 

Uses of Processor in org.joseki.server.processors
 

Classes in org.joseki.server.processors that implement Processor
 class AddProcessor
          Processor to add the statements in the argument model into the target model.
 class OneArgProcessor
          General template for any operation that takes exactly one model as argument
 class OptionsProcessor
          Processor that produces the meta-data for an attached model.
 class PingProcessor
          Ping operation processor.
 class ProcessorCom
          General template
 class QueryModelProcessor
          This class is the indirection for queries that are specified by an RDF model.
 class QueryProcessorCom
          Query processor framework that returns the whole model.
 class QueryProcessorFetch
          Query processor that returns the data object referenced.
 class QueryProcessorGET
          Query processor that returns the whole model.
 class QueryProcessorRDQL
          Query processor that executes an RDQL query on a model and returns the smallest subgraph that gives the same query results.
 class QueryProcessorSPO
          Query processor that returns the whole model.
 class RemoveProcessor
          Processor to remove the statements in the argument model from the target model.
 class ZeroArgProcessor
          General template for any operation that takes no models (in the request body) as arguments - they can have parameters.
 

Uses of Processor in org.joseki.test
 

Classes in org.joseki.test that implement Processor
 class ClearModelProcessor
          This processor is only for testing.
 



Copyright © 2002 Hewlett-Packard. All Rights Reserved.