org.openrdf.server.metadata.resources
Class DeleteResource

java.lang.Object
  extended by org.openrdf.server.metadata.resources.MetadataResource
      extended by org.openrdf.server.metadata.resources.DeleteResource

public class DeleteResource
extends MetadataResource

Handles DELETE methods.

Author:
James Leigh

Constructor Summary
DeleteResource(File file, RDFObject target)
           
 
Method Summary
 Response delete(Request req)
           
 
Methods inherited from class org.openrdf.server.metadata.resources.MetadataResource
addWebResourceDesignation, createURI, getAllowedMethods, getFile, getLinks, getObjectConnection, getOperationMethods, getOperationName, getPostMethods, getTarget, getURI, getWebResource, invokeMethod, invokeMethod, methodNotAllowed, setMediaType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteResource

public DeleteResource(File file,
                      RDFObject target)
Method Detail

delete

public Response delete(Request req)
                throws Throwable
Throws:
Throwable


Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.