Package | Description |
---|---|
org.jaxrx |
This is the main package for the JAX-RX interface.
|
org.jaxrx.dom |
This package contains an exemplary DOM implementation for the JAX-RX interface.
|
org.treetank.service.jaxrx.implementation |
Resource implementation
This package contains classes which handles request for database resources and database subresources like
in our case: node id support.
|
Modifier and Type | Method and Description |
---|---|
String |
JaxRx.add(InputStream input,
ResourcePath path)
This method is called by the POST method.
|
javax.ws.rs.core.StreamingOutput |
JaxRx.command(String command,
ResourcePath path)
This method is called by the GET and the POST method, if
QueryParameter.COMMAND was specified in the HTTP request. |
String |
JaxRx.delete(ResourcePath path)
This method is called by the DELETE method.
|
javax.ws.rs.core.StreamingOutput |
JaxRx.get(ResourcePath path)
This method is called by the GET and the POST method.
|
javax.ws.rs.core.StreamingOutput |
JaxRx.query(String query,
ResourcePath path)
This method is called by the GET and the POST method, if
QueryParameter.QUERY was specified in the HTTP request. |
javax.ws.rs.core.StreamingOutput |
JaxRx.run(String file,
ResourcePath path)
This method is called by the GET and the POST method, if
QueryParameter.RUN was specified in the HTTP request. |
String |
JaxRx.update(InputStream input,
ResourcePath path)
This method is called by the PUT method.
|
Modifier and Type | Method and Description |
---|---|
String |
DOMJaxRx.add(InputStream input,
ResourcePath path) |
javax.ws.rs.core.StreamingOutput |
DOMJaxRx.command(String command,
ResourcePath path) |
String |
DOMJaxRx.delete(ResourcePath path) |
javax.ws.rs.core.StreamingOutput |
DOMJaxRx.get(ResourcePath path) |
javax.ws.rs.core.StreamingOutput |
DOMJaxRx.query(String query,
ResourcePath path) |
javax.ws.rs.core.StreamingOutput |
DOMJaxRx.run(String file,
ResourcePath path) |
String |
DOMJaxRx.update(InputStream input,
ResourcePath path) |
Modifier and Type | Method and Description |
---|---|
String |
TreeTankMediator.add(InputStream input,
ResourcePath path) |
javax.ws.rs.core.StreamingOutput |
TreeTankMediator.command(String command,
ResourcePath path) |
String |
TreeTankMediator.delete(ResourcePath path) |
javax.ws.rs.core.StreamingOutput |
TreeTankMediator.get(ResourcePath path) |
javax.ws.rs.core.StreamingOutput |
TreeTankMediator.query(String query,
ResourcePath path) |
javax.ws.rs.core.StreamingOutput |
TreeTankMediator.run(String file,
ResourcePath path) |
String |
TreeTankMediator.update(InputStream input,
ResourcePath path) |
Copyright © 2013. All Rights Reserved.