Class Application
- java.lang.Object
-
- javax.ws.rs.core.Application
-
- ejava.examples.ejbwar.inventory.rs.Application
-
@ApplicationPath("api") public class Application extends javax.ws.rs.core.Application
This class triggers JAX-RS behavior in the server and registers all JAX-RS classes below the @ApplicationPath listed here
-
-
Constructor Summary
Constructors Constructor Description Application()
-