Class ECIBindingConstants
java.lang.Object
com.ibm.jakarta.connector2.cics.tools.ECIBindingConstants
This is an internal utility class that provides constants for the
various WSDL extensibility elements.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
COMMAREA_LENGTH is the string constant "commareaLength" which can be used to access the value of the matching interactionSpec propertystatic final String
static final String
static final String
static final String
static final String
static final String
EXECUTE_TIMEOUT is the string constant "executeTimeout" which can be used to access the value of the matching interactionSpec propertystatic final String
FUNCTION_NAME is the string constant "functionName" which can be used to access the value of the matching interactionSpec propertystatic final String
INTERACTION_VERB is the string constant "interactionVerb" which can be used to access the value of the matching interactionSpec propertystatic final String
static final String
PASSWORD is the string constant "password" which can be used to set the password value of the connectionSpec when creating a connection.static final QName
static final QName
static final QName
static final QName
static final QName
static final String
REPLY_LENGTH is the string constant "replyLength" which can be used to access the value of the matching interactionSpec propertystatic final String
TPN_NAME is the string constant "TPNName" which can be used to access the value of the matching interactionSpec property.static final String
TRAN_NAME is the string constant "tranName" which can be used to access the value of the matching interactionSpec property.static final String
USER_NAME is the string constant "userName" which can be used to set the userName value of the connectionSpec when creating a connection. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NS_URI_ECI
- See Also:
-
ELEM_BINDING
- See Also:
-
ELEM_OPERATION
- See Also:
-
ELEM_ADDRESS
- See Also:
-
ELEM_INTERACTIONSPEC_PROPERTY
- See Also:
-
ELEM_CONNECTIONSPEC_PROPERTY
- See Also:
-
ATTR_PART_NAME
- See Also:
-
ATTR_PROPERTY_NAME
- See Also:
-
COMMAREA_LENGTH
COMMAREA_LENGTH is the string constant "commareaLength" which can be used to access the value of the matching interactionSpec property- See Also:
-
EXECUTE_TIMEOUT
EXECUTE_TIMEOUT is the string constant "executeTimeout" which can be used to access the value of the matching interactionSpec property- See Also:
-
FUNCTION_NAME
FUNCTION_NAME is the string constant "functionName" which can be used to access the value of the matching interactionSpec property- See Also:
-
INTERACTION_VERB
INTERACTION_VERB is the string constant "interactionVerb" which can be used to access the value of the matching interactionSpec property- See Also:
-
REPLY_LENGTH
REPLY_LENGTH is the string constant "replyLength" which can be used to access the value of the matching interactionSpec property- See Also:
-
USER_NAME
USER_NAME is the string constant "userName" which can be used to set the userName value of the connectionSpec when creating a connection.- See Also:
-
PASSWORD
PASSWORD is the string constant "password" which can be used to set the password value of the connectionSpec when creating a connection.- See Also:
-
TPN_NAME
TPN_NAME is the string constant "TPNName" which can be used to access the value of the matching interactionSpec property.- See Also:
-
TRAN_NAME
TRAN_NAME is the string constant "tranName" which can be used to access the value of the matching interactionSpec property.- See Also:
-
Q_ELEM_ECI_BINDING
-
Q_ELEM_ECI_OPERATION
-
Q_ELEM_ECI_ADDRESS
-
Q_ELEM_ECI_INTERACTIONSPEC_PROPERTY
-
Q_ELEM_ECI_CONNECTIONSPEC_PROPERTY
-
-
Constructor Details
-
ECIBindingConstants
public ECIBindingConstants()
-