com.ibm.broker.config.appdev.nodes

Class RESTAsyncRequestNode

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable


    public class RESTAsyncRequestNode
    extends Node

    RESTAsyncRequestNode instance

     Change Activity:
     -------- ----------- -------------   ------------------------------------
     Reason:  Date:       Originator:     Comments:
     -------- ----------- -------------   ------------------------------------
     xxxxx.x  2010-08-10  dstorey         creation
     
    See Also:
    Serialized Form
    • Constructor Detail

      • RESTAsyncRequestNode

        public RESTAsyncRequestNode()
    • Method Detail

      • getParametersTable

        public RESTAsyncRequestNode.ParametersTable getParametersTable()
        Retrieve the Parameters table for the node RESTAsyncRequestNode
        Returns:
        ParametersTable instance which contains parameterRow rows
      • getInputTerminals

        public InputTerminal[] getInputTerminals()
        Description copied from class: Node
        Gets the full list of available InputTerminals for this Node
        Specified by:
        getInputTerminals in class Node
        Returns:
        InputTerminal[]
      • getOutputTerminals

        public OutputTerminal[] getOutputTerminals()
        Description copied from class: Node
        Gets the full list of available OutputTerminals for this Node
        Specified by:
        getOutputTerminals in class Node
        Returns:
        OutputTerminal[]
      • getTypeName

        public java.lang.String getTypeName()
        Description copied from class: Node
        Gets the node type of this node
        Specified by:
        getTypeName in class Node
        Returns:
        String; the node type
      • setAsyncResponseCorrelator

        public RESTAsyncRequestNode setAsyncResponseCorrelator(java.lang.String value)
        Set the RESTAsyncRequestNode "Unique identifier" property
        Parameters:
        value - String ; the value to set the property "Unique identifier"
      • getAsyncResponseCorrelator

        public java.lang.String getAsyncResponseCorrelator()
        Get the RESTAsyncRequestNode "Unique identifier" property
        Returns:
        String; the value of the property "Unique identifier"
      • setDefinitionType

        public RESTAsyncRequestNode setDefinitionType(java.lang.String value)
        Set the RESTAsyncRequestNode "Definitions language" property
        Parameters:
        value - String ; the value to set the property "Definitions language"
      • getDefinitionType

        public java.lang.String getDefinitionType()
        Get the RESTAsyncRequestNode "Definitions language" property
        Returns:
        String; the value of the property "Definitions language"
      • setDefinitionFile

        public RESTAsyncRequestNode setDefinitionFile(java.lang.String value)
        Set the RESTAsyncRequestNode "Definitions file" property
        Parameters:
        value - String ; the value to set the property "Definitions file"
      • getDefinitionFile

        public java.lang.String getDefinitionFile()
        Get the RESTAsyncRequestNode "Definitions file" property
        Returns:
        String; the value of the property "Definitions file"
      • setOperationName

        public RESTAsyncRequestNode setOperationName(java.lang.String value)
        Set the RESTAsyncRequestNode "Operation" property
        Parameters:
        value - String ; the value to set the property "Operation"
      • getOperationName

        public java.lang.String getOperationName()
        Get the RESTAsyncRequestNode "Operation" property
        Returns:
        String; the value of the property "Operation"
      • setSecurityIdentity

        public RESTAsyncRequestNode setSecurityIdentity(java.lang.String value)
        Set the RESTAsyncRequestNode "Security identity" property
        Parameters:
        value - String ; the value to set the property "Security identity"
      • getSecurityIdentity

        public java.lang.String getSecurityIdentity()
        Get the RESTAsyncRequestNode "Security identity" property
        Returns:
        String; the value of the property "Security identity"
      • setTimeoutForServer

        public RESTAsyncRequestNode setTimeoutForServer(int value)
        Set the RESTAsyncRequestNode "Request timeout (sec)" property
        Parameters:
        value - int ; the value to set the property "Request timeout (sec)"
      • getTimeoutForServer

        public int getTimeoutForServer()
        Get the RESTAsyncRequestNode Request timeout (sec) property
        Returns:
        int; the value of the property "Request timeout (sec)"
      • setBaseURL

        public RESTAsyncRequestNode setBaseURL(java.lang.String value)
        Set the RESTAsyncRequestNode "Base URL override" property
        Parameters:
        value - String ; the value to set the property "Base URL override"
      • getBaseURL

        public java.lang.String getBaseURL()
        Get the RESTAsyncRequestNode "Base URL override" property
        Returns:
        String; the value of the property "Base URL override"
      • setHttpProxyLocation

        public RESTAsyncRequestNode setHttpProxyLocation(java.lang.String value)
        Set the RESTAsyncRequestNode "HTTP(S) proxy location" property
        Parameters:
        value - String ; the value to set the property "HTTP(S) proxy location"
      • getHttpProxyLocation

        public java.lang.String getHttpProxyLocation()
        Get the RESTAsyncRequestNode "HTTP(S) proxy location" property
        Returns:
        String; the value of the property "HTTP(S) proxy location"
      • setFollowRedirection

        public RESTAsyncRequestNode setFollowRedirection(boolean value)
        Set the RESTAsyncRequestNode "Follow HTTP(S) redirection" property
        Parameters:
        value - boolean ; the value to set the property "Follow HTTP(S) redirection"
      • getFollowRedirection

        public boolean getFollowRedirection()
        Get the RESTAsyncRequestNode "Follow HTTP(S) redirection" property
        Returns:
        boolean; the value of the property "Follow HTTP(S) redirection"
      • setEnableKeepAlive

        public RESTAsyncRequestNode setEnableKeepAlive(boolean value)
        Set the RESTAsyncRequestNode "Enable HTTP/1.1 keep-alive" property
        Parameters:
        value - boolean ; the value to set the property "Enable HTTP/1.1 keep-alive"
      • getEnableKeepAlive

        public boolean getEnableKeepAlive()
        Get the RESTAsyncRequestNode "Enable HTTP/1.1 keep-alive" property
        Returns:
        boolean; the value of the property "Enable HTTP/1.1 keep-alive"
      • setAllowedCiphers

        public RESTAsyncRequestNode setAllowedCiphers(java.lang.String value)
        Set the RESTAsyncRequestNode "Allowed SSL ciphers" property
        Parameters:
        value - String ; the value to set the property "Allowed SSL ciphers"
      • getAllowedCiphers

        public java.lang.String getAllowedCiphers()
        Get the RESTAsyncRequestNode "Allowed SSL ciphers" property
        Returns:
        String; the value of the property "Allowed SSL ciphers"
      • setHostnameChecking

        public RESTAsyncRequestNode setHostnameChecking(boolean value)
        Set the RESTAsyncRequestNode "Enable SSL certificate hostname checking" property
        Parameters:
        value - boolean ; the value to set the property "Enable SSL certificate hostname checking"
      • getHostnameChecking

        public boolean getHostnameChecking()
        Get the RESTAsyncRequestNode "Enable SSL certificate hostname checking" property
        Returns:
        boolean; the value of the property "Enable SSL certificate hostname checking"
      • setKeyAlias

        public RESTAsyncRequestNode setKeyAlias(java.lang.String value)
        Set the RESTAsyncRequestNode "SSL client authentication key alias" property
        Parameters:
        value - String ; the value to set the property "SSL client authentication key alias"
      • getKeyAlias

        public java.lang.String getKeyAlias()
        Get the RESTAsyncRequestNode "SSL client authentication key alias" property
        Returns:
        String; the value of the property "SSL client authentication key alias"
      • setEnableCRLCheck

        public RESTAsyncRequestNode setEnableCRLCheck(boolean value)
        Set the RESTAsyncRequestNode "Enable certificate revocation list checking" property
        Parameters:
        value - boolean ; the value to set the property "Enable certificate revocation list checking"
      • getEnableCRLCheck

        public boolean getEnableCRLCheck()
        Get the RESTAsyncRequestNode "Enable certificate revocation list checking" property
        Returns:
        boolean; the value of the property "Enable certificate revocation list checking"
      • setContentType

        public RESTAsyncRequestNode setContentType(java.lang.String value)
        Set the RESTAsyncRequestNode "Content-Type" property
        Parameters:
        value - String ; the value to set the property "Content-Type"
      • getContentType

        public java.lang.String getContentType()
        Get the RESTAsyncRequestNode "Content-Type" property
        Returns:
        String; the value of the property "Content-Type"
      • setDataLocation

        public RESTAsyncRequestNode setDataLocation(java.lang.String value)
        Set the RESTAsyncRequestNode "Input body location" property
        Parameters:
        value - String ; the value to set the property "Input body location"
      • getDataLocation

        public java.lang.String getDataLocation()
        Get the RESTAsyncRequestNode "Input body location" property
        Returns:
        String; the value of the property "Input body location"
      • setAccept

        public RESTAsyncRequestNode setAccept(java.lang.String value)
        Set the RESTAsyncRequestNode "Accept" property
        Parameters:
        value - String ; the value to set the property "Accept"
      • getAccept

        public java.lang.String getAccept()
        Get the RESTAsyncRequestNode "Accept" property
        Returns:
        String; the value of the property "Accept"
      • setAcceptCompressedResponses

        public RESTAsyncRequestNode setAcceptCompressedResponses(boolean value)
        Set the RESTAsyncRequestNode "Accept compressed responses by default" property
        Parameters:
        value - boolean ; the value to set the property "Accept compressed responses by default"
      • getAcceptCompressedResponses

        public boolean getAcceptCompressedResponses()
        Get the RESTAsyncRequestNode "Accept compressed responses by default" property
        Returns:
        boolean; the value of the property "Accept compressed responses by default"
      • setSecurityProfileName

        public RESTAsyncRequestNode setSecurityProfileName(java.lang.String value)
        Set the RESTAsyncRequestNode "Security profile" property
        Parameters:
        value - String ; the value to set the property "Security profile"
      • getSecurityProfileName

        public java.lang.String getSecurityProfileName()
        Get the RESTAsyncRequestNode "Security profile" property
        Returns:
        String; the value of the property "Security profile"
      • setAddRequestToGroup

        public RESTAsyncRequestNode setAddRequestToGroup(boolean value)
        Set the RESTAsyncRequestNode "Add request to group" property
        Parameters:
        value - boolean ; the value to set the property "Add request to group"
      • getAddRequestToGroup

        public boolean getAddRequestToGroup()
        Get the RESTAsyncRequestNode "Add request to group" property
        Returns:
        boolean; the value of the property "Add request to group"
      • setGroupRequestFolderName

        public RESTAsyncRequestNode setGroupRequestFolderName(java.lang.String value)
        Set the RESTAsyncRequestNode "Request folder" property
        Parameters:
        value - String ; the value to set the property "Request folder"
      • getGroupRequestFolderName

        public java.lang.String getGroupRequestFolderName()
        Get the RESTAsyncRequestNode "Request folder" property
        Returns:
        String; the value of the property "Request folder"
      • setGroupRequestTimeout

        public RESTAsyncRequestNode setGroupRequestTimeout(java.lang.String value)
        Set the RESTAsyncRequestNode "Request timeout (ms)" property
        Parameters:
        value - String ; the value to set the property "Request timeout (ms)"
      • getGroupRequestTimeout

        public java.lang.String getGroupRequestTimeout()
        Get the RESTAsyncRequestNode "Request timeout (ms)" property
        Returns:
        String; the value of the property "Request timeout (ms)"
      • getNodeName

        public java.lang.String getNodeName()
        Description copied from class: Node
        Gets the label name of this node
          MessageFlow mf1 = patternInstanceManager.getMessageFlow("MyFlowProject", "mf1.msgflow");
          Node inputMQNode = mf1.getNodeByName("My Input Node");
          inputMQNode.setNodeName("Renamed Input Node");
         
        Overrides:
        getNodeName in class Node
        Returns:
        String; the node name