Class WebServiceConstants


  • public abstract class WebServiceConstants
    extends java.lang.Object
    Author:
    Jakub Kulaviak
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String MODULE_NAME
      Name of module of web services.
      static java.lang.String SERVICE_FAILED_MSG
      Error message returned in case of unexpected service failure.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • SERVICE_FAILED_MSG

        public static final java.lang.String SERVICE_FAILED_MSG
        Error message returned in case of unexpected service failure.
        See Also:
        Constant Field Values
      • MODULE_NAME

        public static final java.lang.String MODULE_NAME
        Name of module of web services. All web services relative urls start with following prefix.
        See Also:
        Constant Field Values