com.hp.hpl.jena.joseki
Class HttpExecuteModel

java.lang.Object
  extended bycom.hp.hpl.jena.joseki.HttpExecute
      extended bycom.hp.hpl.jena.joseki.HttpExecuteModel
Direct Known Subclasses:
HttpAdd, HttpRemove

public class HttpExecuteModel
extends HttpExecute

Common code for performing an HTTP operation which takes a single model as argument.

Version:
$Id: HttpExecuteModel.java,v 1.2 2004/04/30 14:13:13 andy_seaborne Exp $
Author:
Andy Seaborne
See Also:
HttpAdd, HttpRemove, HttpQuery

Method Summary
 com.hp.hpl.jena.rdf.model.Model getModel()
           
 void setModel(com.hp.hpl.jena.rdf.model.Model m)
           
 
Methods inherited from class com.hp.hpl.jena.joseki.HttpExecute
exec
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getModel

public com.hp.hpl.jena.rdf.model.Model getModel()

setModel

public void setModel(com.hp.hpl.jena.rdf.model.Model m)


Copyright © 2002, 2003, 2004 Hewlett-Packard Development Company, LP