Package com.saperion.util
Class WebserviceConstants
java.lang.Object
com.saperion.util.WebserviceConstants
This util offers convenient configuration file usage.
- Author:
- sts
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringThe param name of the: in the request (used for SIGNAVIO authentication). static final StringThe internal base path to the configuration files.static final StringThe param name of the SaClassicConnector in the request.static final StringConfiguration parameter to enable or disable the automatic merging of multipage documents.static final BooleanThe boolean flag weather to use the current document revision in designatedSaClassicConnectorcalls.static final Charsetstatic final Stringdefault charset for webservices with always supported UTF-8 encoding.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BASE_PATH
The internal base path to the configuration files.- See Also:
-
CONNECTION_PARAM_NAME
The param name of the SaClassicConnector in the request.- See Also:
-
SESSION_PARAM_NAME
- See Also:
-
KEY_PARAM_NAME
- See Also:
-
SOAP_POOL_PARAM_NAME
- See Also:
-
CURRENT_REVISION
The boolean flag weather to use the current document revision in designatedSaClassicConnectorcalls. -
AUTHENTICATION_PARAM_NAME
The param name of the: in the request (used for SIGNAVIO authentication). - See Also:
-
CONTENT_MERGE_MULTIPAGE_DOCS
Configuration parameter to enable or disable the automatic merging of multipage documents.- See Also:
-
DEFAULT_ENCODING
default charset for webservices with always supported UTF-8 encoding.- See Also:
-
DEFAULT_CHARSET
-
WORKFLOW_LOAD_HISTORY
- See Also:
-
WORKFLOW_LOAD_UNDEFINED
- See Also:
-
WS_SEND_STACK_TRACE
- See Also:
-
WS_DEBUGTRAFFIC
- See Also:
-
WS_LOGREQUESTS
- See Also:
-
HTMLGATEWAY_INLINE_TYPES
- See Also:
-
HTMLGATEWAY_DEFAULT_ELEMENT
- See Also:
-
ALLOW_ONLY_TECHNICAL_USERS
- See Also:
-
-
Constructor Details
-
WebserviceConstants
public WebserviceConstants()
-