Uses of Class
org.joseki.server.processors.ProcessorCom

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

Uses of ProcessorCom in org.joseki.server.processors
 

Subclasses of ProcessorCom in org.joseki.server.processors
 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 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 ProcessorCom in org.joseki.test
 

Subclasses of ProcessorCom in org.joseki.test
 class ClearModelProcessor
          This processor is only for testing.
 



Copyright © 2002 Hewlett-Packard. All Rights Reserved.