Class PingService

java.lang.Object
de.xima.fc.api.rest.pub.impl.generic.services.PingService

@Path("/ping") public class PingService extends Object
Service providing base functionality of the REST API
Since:
8.2.0
Author:
XIMA Media GmbH
  • Constructor Details

    • PingService

      public PingService()
  • Method Details

    • ping

      @GET @Produces({"application/vnd.xima.fc.api.rest.public+json; version=1.0; charset=utf-8","application/json; charset=utf-8"}) public javax.ws.rs.core.Response ping()