EDMConstants.WebServiceOptions


edm.edom3

Class EDMConstants.WebServiceOptions


  • java.lang.Object
    • edm.edom3.EDMConstants.WebServiceOptions
  • Enclosing interface:EDMConstants



    public static class EDMConstants.WebServiceOptions
    extends java.lang.Object

    Options for the EDMWebservice worker.
    • Constructor Summary

      Constructors 

      Constructor and Description
      WebServiceOptions() 
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • INPUT_IN_STRING

        public static final long INPUT_IN_STRING

        Input in string

        See Also:Constant Field Values

      • RESULT_IN_STRING

        public static final long RESULT_IN_STRING

        Result in string

        See Also:Constant Field Values

      • INPUT_IN_FILE

        public static final long INPUT_IN_FILE

        Input in file

        See Also:Constant Field Values

      • LITERAL_ENCODING

        public static final long LITERAL_ENCODING

        Use DOCUMENT/LITERAL style

        See Also:Constant Field Values

      • RESULT_IN_FILE

        public static final long RESULT_IN_FILE

        Result in string

        See Also:Constant Field Values

      • LIST_WEB_SERVICES_LONG_FORM

        public static final long LIST_WEB_SERVICES_LONG_FORM

        Long form of web service information

        See Also:Constant Field Values

    • Constructor Detail

      • WebServiceOptions

        public WebServiceOptions()