Package org.openrdf.http.server.helpers

Examples of org.openrdf.http.server.helpers.ServerConnection.clearNamespaces()


  protected Representation delete(Variant variant)
    throws ResourceException
  {
    try {
      ServerConnection connection = getConnection();
      connection.clearNamespaces();
      connection.getCacheInfo().processUpdate();

      getResponse().setStatus(SUCCESS_NO_CONTENT);
      return null;
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.