Class BaseConstants


  • public final class BaseConstants
    extends java.lang.Object
    Especificación de constantes globales.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BASE_URL
      Se utiliza localhost si el servicio web rest se encuentra en el mismo servidor donde esta desplegado api rest.
      static java.lang.String SERVICE_CONTEXT  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • BASE_URL

        public static final java.lang.String BASE_URL
        Se utiliza localhost si el servicio web rest se encuentra en el mismo servidor donde esta desplegado api rest. Si estan en servidores diferentes se deberá utilizar la url pública correspondiente. Por ejemplo: http://wsmobile.firmadigital.gob.ec:8080 http://impws.firmadigital.gob.ec:8080
        See Also:
        Constant Field Values