Class ServicioVersion


  • @Path("/version")
    public class ServicioVersion
    extends java.lang.Object
    Permite validar la versiĆ³n permitido.
    • Constructor Summary

      Constructors 
      Constructor Description
      ServicioVersion()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String validarEndpoint​(java.lang.String base64)  
      • Methods inherited from class java.lang.Object

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

      • ServicioVersion

        public ServicioVersion()
    • Method Detail

      • validarEndpoint

        @POST
        @Consumes("application/x-www-form-urlencoded")
        @Produces("text/plain")
        public java.lang.String validarEndpoint​(@FormParam("base64")
                                                java.lang.String base64)