@Path(value="xml/products") public class XMLBasedProducts extends Object
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
logger |
Constructor and Description |
---|
XMLBasedProducts() |
@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") String type)
Copyright © 2010–2018 Planetary Data System. All rights reserved.