com.ibm.broker.config.appdev.nodes

Class SOAPReplyNode

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


    public class SOAPReplyNode
    extends Node

    SOAPReplyNode instance

    Allows SOAP response messages to be sent from the message flow back to the originating client in response to a prior message received by a SOAP 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

      • SOAPReplyNode

        public SOAPReplyNode()
    • 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
      • getTransactionMode

        public SOAPReplyNode.ENUM_SOAPREPLY_TRANSACTIONMODE getTransactionMode()
        Get the SOAPReplyNode "Transaction Mode" property
        Returns:
        ENUM_SOAPREPLY_TRANSACTIONMODE; the value of the property "Transaction Mode"
      • setAllowMTOM

        public SOAPReplyNode setAllowMTOM(java.lang.String value)
        Set the SOAPReplyNode "Allow MTOM" property
        Parameters:
        value - String ; the value to set the property "Allow MTOM"
      • getAllowMTOM

        public java.lang.String getAllowMTOM()
        Get the SOAPReplyNode "Allow MTOM" property
        Returns:
        String; the value of the property "Allow MTOM"
      • getValidateFailureAction

        public SOAPReplyNode.ENUM_SOAPREPLY_VALIDATEFAILUREACTION getValidateFailureAction()
        Get the SOAPReplyNode "Failure action" property
        Returns:
        ENUM_SOAPREPLY_VALIDATEFAILUREACTION; the value of the property "Failure action"
      • setValidateAllValueConstraints

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

        public boolean getValidateAllValueConstraints()
        Get the SOAPReplyNode "Include all value constraints" property
        Returns:
        boolean; the value of the property "Include all value constraints"
      • setSecurityProfileName

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

        public java.lang.String getSecurityProfileName()
        Get the SOAPReplyNode "Security profile" property
        Returns:
        String; the value of the property "Security profile"
      • 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