com.ibm.broker.config.appdev.nodes

Class RESTAsyncResponseNode

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


    public class RESTAsyncResponseNode
    extends Node

    RESTAsyncResponseNode instance

     Change Activity:
     -------- ----------- -------------   ------------------------------------
     Reason:  Date:       Originator:     Comments:
     -------- ----------- -------------   ------------------------------------
     xxxxx.x  2010-08-10  dstorey         creation
     
    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

      • RESTAsyncResponseNode

        public RESTAsyncResponseNode()
    • Method Detail

      • getParserXmlnscOpaqueElementsTable

        public RESTAsyncResponseNode.ParserXmlnscOpaqueElementsTable getParserXmlnscOpaqueElementsTable()
        Retrieve the Opaque elements table for the node RESTAsyncResponseNode
        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 RESTAsyncResponseNode setAsyncRequestCorrelator(java.lang.String value)
        Set the RESTAsyncResponseNode "Unique identifier" property
        Parameters:
        value - String ; the value to set the property "Unique identifier"
      • getAsyncRequestCorrelator

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

        public RESTAsyncResponseNode setContentTypeHandling(boolean value)
        Set the RESTAsyncResponseNode "Automatic Content-Type handling" property
        Parameters:
        value - boolean ; the value to set the property "Automatic Content-Type handling"
      • getContentTypeHandling

        public boolean getContentTypeHandling()
        Get the RESTAsyncResponseNode "Automatic Content-Type handling" property
        Returns:
        boolean; the value of the property "Automatic Content-Type handling"
      • setMessageDomainProperty

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

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

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

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

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

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

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

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

        public RESTAsyncResponseNode setParserXmlnscBuildTreeUsingXMLSchema(boolean value)
        Set the RESTAsyncResponseNode "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 RESTAsyncResponseNode "Build tree using XML schema data types" property
        Returns:
        boolean; the value of the property "Build tree using XML schema data types"
      • setParserXmlnscUseForXmlnsDomain

        public RESTAsyncResponseNode setParserXmlnscUseForXmlnsDomain(boolean value)
        Set the RESTAsyncResponseNode "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 RESTAsyncResponseNode "Use XMLNSC compact parser for XMLNS domain" property
        Returns:
        boolean; the value of the property "Use XMLNSC compact parser for XMLNS domain"
      • 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