Class WelcomeService

java.lang.Object
com.qwazr.server.AbstractServiceImpl
com.qwazr.server.WelcomeService
All Implemented Interfaces:
ServiceInterface
Direct Known Subclasses:
WelcomeShutdownService

@RolesAllowed("welcome")
@Path("/")
public class WelcomeService
extends AbstractServiceImpl
  • Field Details

  • Constructor Details

  • Method Details

    • welcome

      @GET @Produces("application/json; charset=UTF-8") public WelcomeStatus welcome​(@QueryParam("properties") java.lang.Boolean properties, @QueryParam("env") java.lang.Boolean env) throws java.io.IOException
      Throws:
      java.io.IOException