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 String
static final String
The param name of the: in the request (used for SIGNAVIO authentication). static final String
The internal base path to the configuration files.static final String
The param name of the SaClassicConnector in the request.static final String
Configuration parameter to enable or disable the automatic merging of multipage documents.static final Boolean
The boolean flag weather to use the current document revision in designatedSaClassicConnector
calls.static final Charset
static final String
default charset for webservices with always supported UTF-8 encoding.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static 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 designatedSaClassicConnector
calls. -
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()
-