Class ServicioAppVerificarDocumento


  • @Path("/appverificardocumento")
    public class ServicioAppVerificarDocumento
    extends java.lang.Object
    REST Web Service
    • Method Summary

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

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

      • ServicioAppVerificarDocumento

        public ServicioAppVerificarDocumento()
    • Method Detail

      • verificarEndpointPost

        @POST
        @Produces("application/json")
        @Consumes("application/x-www-form-urlencoded")
        public java.lang.String verificarEndpointPost​(@FormParam("documento")
                                                      java.lang.String documento,
                                                      @FormParam("base64")
                                                      java.lang.String base64)