@Path(value="xml/products")
public class XMLBasedProducts
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
logger |
Constructor and Description |
---|
XMLBasedProducts() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
defaultProducts() |
javax.ws.rs.core.Response |
products(java.lang.String type) |
javax.ws.rs.core.Response |
products(java.lang.String insRef,
java.lang.String invRef) |
@GET @Produces(value="application/xml") public javax.ws.rs.core.Response defaultProducts()
@Path(value="type/{Type}") @GET @Produces(value="application/xml") public javax.ws.rs.core.Response products(@PathParam(value="Type") java.lang.String type)
@Path(value="{instRef : (.+)?}/{investRef : (.+)?}") @GET @Produces(value="application/xml") public javax.ws.rs.core.Response products(@PathParam(value="instRef") java.lang.String insRef, @PathParam(value="investRef") java.lang.String invRef)
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.