@Path(value="xml/users") public class XMLBasedUsers extends Object
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
logger |
Constructor and Description |
---|
XMLBasedUsers() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
defaultUsers() |
javax.ws.rs.core.Response |
userProductRole(String id,
String refType) |
javax.ws.rs.core.Response |
userRole(String email) |
@GET @Produces(value="application/xml") public javax.ws.rs.core.Response defaultUsers()
@Path(value="{email}") @GET @Produces(value="application/xml") public javax.ws.rs.core.Response userRole(@PathParam(value="email") String email)
Copyright © 2010–2018 Planetary Data System. All rights reserved.