Class RestServiceApp


  • @ApplicationPath("/api")
    public class RestServiceApp
    extends javax.ws.rs.core.Application
    RestServiceApp is the main service class for the rest-service interface. Resource = /api
    Author:
    rsoika
    • Constructor Detail

      • RestServiceApp

        public RestServiceApp()