@Path(value="knime") public class KnimeCreateResolver extends Object
| Constructor and Description |
|---|
KnimeCreateResolver() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
createKnimeURL(javax.servlet.http.HttpServletRequest req)
Creates the knime URL.
|
@POST
@Path(value="/create")
@Consumes(value="text/plain")
@Produces(value="text/plain")
public javax.ws.rs.core.Response createKnimeURL(@Context
javax.servlet.http.HttpServletRequest req)
throws javax.ws.rs.WebApplicationException
req - the reqjavax.ws.rs.WebApplicationException - the web application exceptionCopyright © 2022. All Rights Reserved.