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.
Field Summary
FieldsÂ
Modifier and Type Field and Description static long
INPUT_IN_FILE
Input in filestatic long
INPUT_IN_STRING
Input in stringstatic long
LIST_WEB_SERVICES_LONG_FORM
Long form of web service informationstatic long
LITERAL_ENCODING
Use DOCUMENT/LITERAL stylestatic long
RESULT_IN_FILE
Result in stringstatic long
RESULT_IN_STRING
Result in string
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 stringSee Also:Constant Field Values
RESULT_IN_STRING
public static final long RESULT_IN_STRING
Result in stringSee Also:Constant Field Values
INPUT_IN_FILE
public static final long INPUT_IN_FILE
Input in fileSee Also:Constant Field Values
LITERAL_ENCODING
public static final long LITERAL_ENCODING
Use DOCUMENT/LITERAL styleSee Also:Constant Field Values
RESULT_IN_FILE
public static final long RESULT_IN_FILE
Result in stringSee Also:Constant Field Values
LIST_WEB_SERVICES_LONG_FORM
public static final long LIST_WEB_SERVICES_LONG_FORM
Long form of web service informationSee Also:Constant Field Values
Constructor Detail
WebServiceOptions
public WebServiceOptions()