@Component public class GraphMLRestService extends Object
Constructor and Description |
---|
GraphMLRestService() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
createGraph(String graphname,
GraphmlType graphmlType) |
javax.ws.rs.core.Response |
deleteGraph(String graphname) |
javax.ws.rs.core.Response |
getGraph(String graphname) |
public javax.ws.rs.core.Response createGraph(String graphname, GraphmlType graphmlType) throws IOException
IOException
public javax.ws.rs.core.Response deleteGraph(String graphname) throws IOException
IOException
public javax.ws.rs.core.Response getGraph(String graphname) throws IOException
IOException
Copyright © 2021. All rights reserved.