Class ECIBindingConstants

java.lang.Object
com.ibm.jakarta.connector2.cics.tools.ECIBindingConstants

public class ECIBindingConstants extends Object
This is an internal utility class that provides constants for the various WSDL extensibility elements.
  • Field Details

    • NS_URI_ECI

      public static final String NS_URI_ECI
      See Also:
    • ELEM_BINDING

      public static final String ELEM_BINDING
      See Also:
    • ELEM_OPERATION

      public static final String ELEM_OPERATION
      See Also:
    • ELEM_ADDRESS

      public static final String ELEM_ADDRESS
      See Also:
    • ELEM_INTERACTIONSPEC_PROPERTY

      public static final String ELEM_INTERACTIONSPEC_PROPERTY
      See Also:
    • ELEM_CONNECTIONSPEC_PROPERTY

      public static final String ELEM_CONNECTIONSPEC_PROPERTY
      See Also:
    • ATTR_PART_NAME

      public static final String ATTR_PART_NAME
      See Also:
    • ATTR_PROPERTY_NAME

      public static final String ATTR_PROPERTY_NAME
      See Also:
    • COMMAREA_LENGTH

      public static final String 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

      public static final String 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

      public static final String 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

      public static final String 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

      public static final String 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

      public static final String 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

      public static final String 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

      public static final String 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

      public static final String 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

      public static final QName Q_ELEM_ECI_BINDING
    • Q_ELEM_ECI_OPERATION

      public static final QName Q_ELEM_ECI_OPERATION
    • Q_ELEM_ECI_ADDRESS

      public static final QName Q_ELEM_ECI_ADDRESS
    • Q_ELEM_ECI_INTERACTIONSPEC_PROPERTY

      public static final QName Q_ELEM_ECI_INTERACTIONSPEC_PROPERTY
    • Q_ELEM_ECI_CONNECTIONSPEC_PROPERTY

      public static final QName Q_ELEM_ECI_CONNECTIONSPEC_PROPERTY
  • Constructor Details

    • ECIBindingConstants

      public ECIBindingConstants()