com.ibm.broker.config.appdev.nodes

Class SCAReplyNode

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


    public class SCAReplyNode
    extends Node

    SCAReplyNode instance

    Allows response messages to be sent from a message flow back to the originating WPS client in response to a prior message received by a SCA Input Node

     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
    • Constructor Detail

      • SCAReplyNode

        public SCAReplyNode()
    • Method Detail

      • 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
      • getValidateMaster

        public SCAReplyNode.ENUM_SCAREPLY_VALIDATEMASTER getValidateMaster()
        Get the SCAReplyNode "Validate" property
        Returns:
        ENUM_SCAREPLY_VALIDATEMASTER; the value of the property "Validate"
      • getValidateFailureAction

        public SCAReplyNode.ENUM_SCAREPLY_VALIDATEFAILUREACTION getValidateFailureAction()
        Get the SCAReplyNode "Failure action" property
        Returns:
        ENUM_SCAREPLY_VALIDATEFAILUREACTION; the value of the property "Failure action"
      • 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