com.ibm.broker.config.appdev.nodes

Class HTTPAsynchronousResponseNode

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


    public class HTTPAsynchronousResponseNode
    extends Node

    HTTPAsynchronousResponseNode instance

    Allows a message flow to receive asynchronous HTTP replies from an external HTTP service

     Change Activity:
     -------- ----------- -------------   ------------------------------------
     Reason:  Date:       Originator:     Comments:
     -------- ----------- -------------   ------------------------------------
     xxxxx.x  2010-08-10  dstorey         creation
     xxxxx.x  xxxx-xx-xx  generated       8.0.0.1 Release
     
    See Also:
    Serialized Form
    • Field Detail

      • OUTPUT_TERMINAL_ERROR

        public final OutputTerminal OUTPUT_TERMINAL_ERROR
      • OUTPUT_TERMINAL_CATCH

        public final OutputTerminal OUTPUT_TERMINAL_CATCH
      • OUTPUT_TERMINAL_FAILURE

        public final OutputTerminal OUTPUT_TERMINAL_FAILURE
      • OUTPUT_TERMINAL_OUT

        public final OutputTerminal OUTPUT_TERMINAL_OUT
    • Constructor Detail

      • HTTPAsynchronousResponseNode

        public HTTPAsynchronousResponseNode()
    • Method Detail

      • getParserXmlnscOpaqueElementsTable

        public HTTPAsynchronousResponseNode.ParserXmlnscOpaqueElementsTable getParserXmlnscOpaqueElementsTable()
        Retrieve the Opaque elements table for the node HTTPAsynchronousResponseNode
        Returns:
        ParserXmlnscOpaqueElementsTable instance which contains OpaqueElementsRow 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
      • setAsyncRequestCorrelator

        public HTTPAsynchronousResponseNode setAsyncRequestCorrelator(java.lang.String value)
        Set the HTTPAsynchronousResponseNode "Unique identifier" property
        Parameters:
        value - String ; the value to set the property "Unique identifier"
      • getAsyncRequestCorrelator

        public java.lang.String getAsyncRequestCorrelator()
        Get the HTTPAsynchronousResponseNode "Unique identifier" property
        Returns:
        String; the value of the property "Unique identifier"
      • setMessageDomainProperty

        public HTTPAsynchronousResponseNode setMessageDomainProperty(java.lang.String value)
        Set the HTTPAsynchronousResponseNode "Message domain" property
        Parameters:
        value - String ; the value to set the property "Message domain"
      • getMessageDomainProperty

        public java.lang.String getMessageDomainProperty()
        Get the HTTPAsynchronousResponseNode "Message domain" property
        Returns:
        String; the value of the property "Message domain"
      • setMessageSetProperty

        public HTTPAsynchronousResponseNode setMessageSetProperty(java.lang.String value)
        Set the HTTPAsynchronousResponseNode "Message model" property
        Parameters:
        value - String ; the value to set the property "Message model"
      • getMessageSetProperty

        public java.lang.String getMessageSetProperty()
        Get the HTTPAsynchronousResponseNode "Message model" property
        Returns:
        String; the value of the property "Message model"
      • setMessageTypeProperty

        public HTTPAsynchronousResponseNode setMessageTypeProperty(java.lang.String value)
        Set the HTTPAsynchronousResponseNode "Message" property
        Parameters:
        value - String ; the value to set the property "Message"
      • getMessageTypeProperty

        public java.lang.String getMessageTypeProperty()
        Get the HTTPAsynchronousResponseNode "Message" property
        Returns:
        String; the value of the property "Message"
      • setMessageFormatProperty

        public HTTPAsynchronousResponseNode setMessageFormatProperty(java.lang.String value)
        Set the HTTPAsynchronousResponseNode "Physical format" property
        Parameters:
        value - String ; the value to set the property "Physical format"
      • getMessageFormatProperty

        public java.lang.String getMessageFormatProperty()
        Get the HTTPAsynchronousResponseNode "Physical format" property
        Returns:
        String; the value of the property "Physical format"
      • setParserXmlnscBuildTreeUsingXMLSchema

        public HTTPAsynchronousResponseNode setParserXmlnscBuildTreeUsingXMLSchema(boolean value)
        Set the HTTPAsynchronousResponseNode "Build tree using XML schema data types" property
        Parameters:
        value - boolean ; the value to set the property "Build tree using XML schema data types"
      • getParserXmlnscBuildTreeUsingXMLSchema

        public boolean getParserXmlnscBuildTreeUsingXMLSchema()
        Get the HTTPAsynchronousResponseNode "Build tree using XML schema data types" property
        Returns:
        boolean; the value of the property "Build tree using XML schema data types"
      • setParserXmlnscUseForXmlnsDomain

        public HTTPAsynchronousResponseNode setParserXmlnscUseForXmlnsDomain(boolean value)
        Set the HTTPAsynchronousResponseNode "Use XMLNSC compact parser for XMLNS domain" property
        Parameters:
        value - boolean ; the value to set the property "Use XMLNSC compact parser for XMLNS domain"
      • getParserXmlnscUseForXmlnsDomain

        public boolean getParserXmlnscUseForXmlnsDomain()
        Get the HTTPAsynchronousResponseNode "Use XMLNSC compact parser for XMLNS domain" property
        Returns:
        boolean; the value of the property "Use XMLNSC compact parser for XMLNS domain"
      • setValidateAllValueConstraints

        public HTTPAsynchronousResponseNode setValidateAllValueConstraints(boolean value)
        Set the HTTPAsynchronousResponseNode "Include all value constraints" property
        Parameters:
        value - boolean ; the value to set the property "Include all value constraints"
      • getValidateAllValueConstraints

        public boolean getValidateAllValueConstraints()
        Get the HTTPAsynchronousResponseNode "Include all value constraints" property
        Returns:
        boolean; the value of the property "Include all value constraints"
      • 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