public interface WsConstants
Modifier and Type | Field and Description |
---|---|
static String |
CONTAINER_ITEM_ELEMENT_NAME
In case that containers are nested (i.e.
|
static String |
ENDPOINT_ADDRESS_METADATA_NAME
Name of metadata which represents the target webservice endpoint url which should
be used for http call during execution of given SoapCall task.
|
static String |
FAULT_LIST_METADATA_NAME
Name of metadata which represents the list of the types for soap faults which
can occur in webservice response for given SoapCall task.
|
static String |
INPUT_METADATA_NAME_PREFIX
Prefix for metadata name, which is used if some metadata record is related to task input
Used in TaskType |
static String |
MAP_KEY_ELEMENT_NAME
Name of the xml element used to represent key of entry of the map
|
static String |
MAP_VALUE_ELEMENT_NAME
Name of the xml element used to represent value of entry of the map
|
static String |
NIL_ATTRIBUTE_NAME
nil attribute name
|
static String |
NODE_NAME_METADATA_NAME
Name of metadata which represents xml node name which should
be used in xml representation of given RecordType field or RecordType itself
Used in RecordType and GOParemeter. |
static String |
ONE_WAY_FLAG_METADATA_NAME
Name of metadata which signalize that the soap operation is one way
Used in TaskType in constructing SoapCall task definition. |
static String |
OUTPUT_METADATA_NAME_PREFIX
Prefix for metadata name, which is used if some metadata record is related to task output
Used in TaskType |
static String |
SERVICE_NAME_METADATA_NAME
Name of metadata which represents the name of the service.
|
static String |
SERVICE_NAMESPACE_METADATA_NAME
Name of metadata which represents the namespace of the service.
|
static String |
SOAP_ACTION_METADATA_NAME
Name of metadata which represents value of the SOAPAction http header which should
be used in http call during execution of given SoapCall task.
|
static String |
SOAPENV_XML_NAMESPACE
XML namespace used for soap:envelope, soap:body and other soap specific elements.
|
static String |
WRAPPING_ELEMENT_NODE_NAME_METADATA_NAME
Name of metadata which represents node name of element which wrap given RecordType field or RecordType itself in xml representation.
|
static String |
WRAPPING_ELEMENT_XML_NAMESPACE_METADATA_NAME
Name of metadata which represents xml namespace of element which wrap given RecordType field or RecordType itself in xml representation.
|
static String |
WS_STYLE_DOCUMENT_LITERAL
Value of metadata 'WsStyle' which indicates the document/literal style for given webservice operation
Used in TaskType in constructing SoapCall task definition. |
static String |
WS_STYLE_METADATA_NAME
Name of metadata which represents the webservice style used for given webservice operation
in SoapCall task.
|
static String |
WS_STYLE_RPC_LITERAL
Value of metadata 'WsStyle' which indicates the rpc/literal style for given webservice operation
Used in TaskType in constructing SoapCall task definition. |
static String |
XML_NAMESPACE_METADATA_NAME
Name of metadata which represents xml namespace which should
be used in xml representation of given RecordType field or RecordType itself.
|
static String |
XSD_TYPE_METADATA_NAME
Name of metadata which indicate that the xsd type to which is mapped given field of RecordType or RecordType itself.
|
static String |
XSI_PREFIX
XSI prefix
|
static String |
XSI_XML_NAMESPACE
XML namespace used for xsi specific elements (xsd:schema, xsd:complexType etc.).
|
static final String XSI_XML_NAMESPACE
static final String NIL_ATTRIBUTE_NAME
static final String XSI_PREFIX
static final String SOAPENV_XML_NAMESPACE
static final String XML_NAMESPACE_METADATA_NAME
static final String NODE_NAME_METADATA_NAME
static final String WRAPPING_ELEMENT_XML_NAMESPACE_METADATA_NAME
static final String INPUT_METADATA_NAME_PREFIX
static final String OUTPUT_METADATA_NAME_PREFIX
static final String WRAPPING_ELEMENT_NODE_NAME_METADATA_NAME
static final String XSD_TYPE_METADATA_NAME
static final String CONTAINER_ITEM_ELEMENT_NAME
static final String MAP_KEY_ELEMENT_NAME
static final String MAP_VALUE_ELEMENT_NAME
static final String SOAP_ACTION_METADATA_NAME
static final String SERVICE_NAME_METADATA_NAME
static final String SERVICE_NAMESPACE_METADATA_NAME
static final String ENDPOINT_ADDRESS_METADATA_NAME
static final String FAULT_LIST_METADATA_NAME
static final String ONE_WAY_FLAG_METADATA_NAME
static final String WS_STYLE_METADATA_NAME
static final String WS_STYLE_DOCUMENT_LITERAL
static final String WS_STYLE_RPC_LITERAL
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.