com.ibm.broker.config.appdev.nodes

Class SOAPAsynchronousResponseNode

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


    public class SOAPAsynchronousResponseNode
    extends Node

    SOAPAsynchronousResponseNode instance

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

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

      • OUTPUT_TERMINAL_FAULT

        public final OutputTerminal OUTPUT_TERMINAL_FAULT
      • 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

      • SOAPAsynchronousResponseNode

        public SOAPAsynchronousResponseNode()
    • Method Detail

      • getParserXmlnscOpaqueElementsTable

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

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

        public SOAPAsynchronousResponseNode setSetDestinationList(boolean value)
        Set the SOAPAsynchronousResponseNode "Set destination list" property
        Parameters:
        value - boolean ; the value to set the property "Set destination list"
      • getSetDestinationList

        public boolean getSetDestinationList()
        Get the SOAPAsynchronousResponseNode "Set destination list" property
        Returns:
        boolean; the value of the property "Set destination list"
      • setLabelPrefix

        public SOAPAsynchronousResponseNode setLabelPrefix(java.lang.String value)
        Set the SOAPAsynchronousResponseNode "Label prefix" property
        Parameters:
        value - String ; the value to set the property "Label prefix"
      • getLabelPrefix

        public java.lang.String getLabelPrefix()
        Get the SOAPAsynchronousResponseNode "Label prefix" property
        Returns:
        String; the value of the property "Label prefix"
      • setPopulateLocalEnvWithWSAInfo

        public SOAPAsynchronousResponseNode setPopulateLocalEnvWithWSAInfo(boolean value)
        Set the SOAPAsynchronousResponseNode "Place WS-Addressing Headers into LocalEnvironment" property
        Parameters:
        value - boolean ; the value to set the property "Place WS-Addressing Headers into LocalEnvironment"
      • getPopulateLocalEnvWithWSAInfo

        public boolean getPopulateLocalEnvWithWSAInfo()
        Get the SOAPAsynchronousResponseNode "Place WS-Addressing Headers into LocalEnvironment" property
        Returns:
        boolean; the value of the property "Place WS-Addressing Headers into LocalEnvironment"
      • setAdditionalInstances

        public SOAPAsynchronousResponseNode setAdditionalInstances(int value)
        Set the SOAPAsynchronousResponseNode "Additional instances" property
        Parameters:
        value - int ; the value to set the property "Additional instances"
      • getAdditionalInstances

        public int getAdditionalInstances()
        Get the SOAPAsynchronousResponseNode Additional instances property
        Returns:
        int; the value of the property "Additional instances"
      • setMessageDomainProperty

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

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

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

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

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

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

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

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

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