@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)
Post catalogue.
|
@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 reqbody - the bodyjavax.ws.rs.WebApplicationExceptionCopyright © 2019. All Rights Reserved.