@Path("apps")
public class AppService
extends Object
- Author:
- Endi S. Dewata
-
Constructor Summary
Constructors
-
Method Summary
javax.ws.rs.core.Response
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AppService
public AppService()
-
Method Details
-
-
getApplications
@GET
@Produces("application/json")
public javax.ws.rs.core.Response getApplications()
throws
Exception
- Throws:
Exception