@Path(value="xml/certificationstatus")
public class XMLBasedCertificationStatus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
logger |
Constructor and Description |
---|
XMLBasedCertificationStatus() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
archiveStatus(java.lang.String id,
java.lang.String version,
boolean latest) |
javax.ws.rs.core.Response |
createCertificationStatus(java.lang.String logicalIdentifier,
java.lang.String ver,
java.lang.String status,
java.lang.String email,
java.lang.String comment) |
javax.ws.rs.core.Response |
defaultArchiveStatus() |
@GET @Produces(value="application/xml") public javax.ws.rs.core.Response defaultArchiveStatus()
@Path(value="{id : (.+)?}/{version : (.+)?}/{latest}") @GET @Produces(value="application/xml") public javax.ws.rs.core.Response archiveStatus(@PathParam(value="id") java.lang.String id, @PathParam(value="version") java.lang.String version, @PathParam(value="latest") boolean latest)
@POST @Path(value="/add") @Produces(value="application/xml") @Consumes(value="application/x-www-form-urlencoded") public javax.ws.rs.core.Response createCertificationStatus(@FormParam(value="LogicalIdentifier") java.lang.String logicalIdentifier, @FormParam(value="Version") java.lang.String ver, @FormParam(value="Status") java.lang.String status, @FormParam(value="Email") java.lang.String email, @FormParam(value="Comment") java.lang.String comment) throws java.io.IOException
java.io.IOException
Copyright © 2010-2019 Planetary Data System. All Rights Reserved.