Class ServicioFechaHora


  • @Path("/fecha-hora")
    public class ServicioFechaHora
    extends java.lang.Object
    Este servicio permite obtener la fecha y hora del servidor en formato ISO-8601.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFechaHora​(java.lang.String base64)
      Retorna la fecha y hora del servidor, en formato ISO-8601.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServicioFechaHora

        public ServicioFechaHora()
    • Method Detail

      • getFechaHora

        @POST
        @Consumes("application/x-www-form-urlencoded")
        @Produces("text/plain")
        public java.lang.String getFechaHora​(@FormParam("base64")
                                             java.lang.String base64)
        Retorna la fecha y hora del servidor, en formato ISO-8601. Por ejemplo: "2017-08-27T17:54:43.562-05:00"
        Parameters:
        base64 -
        Returns:
        Hora y fecha actual