Interface GraphmlRestService

  • All Known Implementing Classes:
    GraphmlRestServiceImpl

    @Path("/graphml")
    @Produces("application/xml")
    @Consumes("application/xml")
    public interface GraphmlRestService
    • Method Detail

      • deleteGraph

        @DELETE
        @Path("/{graph-name}")
        javax.ws.rs.core.Response deleteGraph​(@PathParam("graph-name")
                                              String graphname)
                                       throws IOException
        Throws:
        IOException
      • getGraph

        @GET
        @Path("/{graph-name}")
        javax.ws.rs.core.Response getGraph​(@PathParam("graph-name")
                                           String graphname)
                                    throws IOException
        Throws:
        IOException