com.ibm.broker.config.appdev.nodes

Class HTTPReplyNode

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


    public class HTTPReplyNode
    extends Node

    HTTPReplyNode instance

    HTTPReply node returns a response from the message flow to the Web service client

     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

      • HTTPReplyNode

        public HTTPReplyNode()
    • 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
      • setIgnoreTransportFailures

        public HTTPReplyNode setIgnoreTransportFailures(boolean value)
        Set the HTTPReplyNode "Ignore transport failures" property
        Parameters:
        value - boolean ; the value to set the property "Ignore transport failures"
      • getIgnoreTransportFailures

        public boolean getIgnoreTransportFailures()
        Get the HTTPReplyNode "Ignore transport failures" property
        Returns:
        boolean; the value of the property "Ignore transport failures"
      • setTimeoutForReply

        public HTTPReplyNode setTimeoutForReply(int value)
        Set the HTTPReplyNode "Reply send timeout (sec)" property
        Parameters:
        value - int ; the value to set the property "Reply send timeout (sec)"
      • getTimeoutForReply

        public int getTimeoutForReply()
        Get the HTTPReplyNode Reply send timeout (sec) property
        Returns:
        int; the value of the property "Reply send timeout (sec)"
      • setGenerateDefaultHttpHeaders

        public HTTPReplyNode setGenerateDefaultHttpHeaders(boolean value)
        Set the HTTPReplyNode "Generate default HTTP headers from reply or response" property
        Parameters:
        value - boolean ; the value to set the property "Generate default HTTP headers from reply or response"
      • getGenerateDefaultHttpHeaders

        public boolean getGenerateDefaultHttpHeaders()
        Get the HTTPReplyNode "Generate default HTTP headers from reply or response" property
        Returns:
        boolean; the value of the property "Generate default HTTP headers from reply or response"
      • getValidateFailureAction

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

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

        public boolean getValidateAllValueConstraints()
        Get the HTTPReplyNode "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