com.ibm.broker.config.appdev.nodes

Class HTTPInputNode

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


    public class HTTPInputNode
    extends Node

    HTTPInputNode instance

    HTTPInput node receives Web service requests for processing by a message flow

     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_TIMEOUT

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

      • HTTPInputNode

        public HTTPInputNode()
    • Method Detail

      • getParserXmlnscOpaqueElementsTable

        public HTTPInputNode.ParserXmlnscOpaqueElementsTable getParserXmlnscOpaqueElementsTable()
        Retrieve the Opaque elements table for the node HTTPInputNode
        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
      • setURLSpecifier

        public HTTPInputNode setURLSpecifier(java.lang.String value)
        Set the HTTPInputNode "Path suffix for URL" property
        Parameters:
        value - String ; the value to set the property "Path suffix for URL"
      • getURLSpecifier

        public java.lang.String getURLSpecifier()
        Get the HTTPInputNode "Path suffix for URL" property
        Returns:
        String; the value of the property "Path suffix for URL"
      • setUseHTTPS

        public HTTPInputNode setUseHTTPS(boolean value)
        Set the HTTPInputNode "Use HTTPS" property
        Parameters:
        value - boolean ; the value to set the property "Use HTTPS"
      • getUseHTTPS

        public boolean getUseHTTPS()
        Get the HTTPInputNode "Use HTTPS" property
        Returns:
        boolean; the value of the property "Use HTTPS"
      • setSetDestinationList

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

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

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

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

        public HTTPInputNode setParseQueryString(boolean value)
        Set the HTTPInputNode "Parse Query String" property
        Parameters:
        value - boolean ; the value to set the property "Parse Query String"
      • getParseQueryString

        public boolean getParseQueryString()
        Get the HTTPInputNode "Parse Query String" property
        Returns:
        boolean; the value of the property "Parse Query String"
      • setDecompressInputMessage

        public HTTPInputNode setDecompressInputMessage(boolean value)
        Set the HTTPInputNode "Decompress input message" property
        Parameters:
        value - boolean ; the value to set the property "Decompress input message"
      • getDecompressInputMessage

        public boolean getDecompressInputMessage()
        Get the HTTPInputNode "Decompress input message" property
        Returns:
        boolean; the value of the property "Decompress input message"
      • setMessageDomainProperty

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

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

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

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

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

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

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

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

        public HTTPInputNode.ENUM_HTTPINPUT_VALIDATETIMING getValidateTiming()
        Get the HTTPInputNode "Parse timing" property
        Returns:
        ENUM_HTTPINPUT_VALIDATETIMING; the value of the property "Parse timing"
      • setParserXmlnscBuildTreeUsingXMLSchema

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

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

        public HTTPInputNode.ENUM_HTTPINPUT_PARSERXMLNSCMIXEDCONTENTRETAINMODE getParserXmlnscMixedContentRetainMode()
        Get the HTTPInputNode "Retain mixed content" property
        Returns:
        ENUM_HTTPINPUT_PARSERXMLNSCMIXEDCONTENTRETAINMODE; the value of the property "Retain mixed content"
      • getParserXmlnscProcessingInstructionsRetainMode

        public HTTPInputNode.ENUM_HTTPINPUT_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE getParserXmlnscProcessingInstructionsRetainMode()
        Get the HTTPInputNode "Retain processing instructions" property
        Returns:
        ENUM_HTTPINPUT_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE; the value of the property "Retain processing instructions"
      • setTimeoutForClient

        public HTTPInputNode setTimeoutForClient(int value)
        Set the HTTPInputNode "Maximum client wait time (sec)" property
        Parameters:
        value - int ; the value to set the property "Maximum client wait time (sec)"
      • getTimeoutForClient

        public int getTimeoutForClient()
        Get the HTTPInputNode Maximum client wait time (sec) property
        Returns:
        int; the value of the property "Maximum client wait time (sec)"
      • getFaultFormat

        public HTTPInputNode.ENUM_HTTPINPUT_FAULTFORMAT getFaultFormat()
        Get the HTTPInputNode "Fault format" property
        Returns:
        ENUM_HTTPINPUT_FAULTFORMAT; the value of the property "Fault format"
      • getValidateFailureAction

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

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

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

        public HTTPInputNode.ENUM_HTTPINPUT_IDENTITYTYPE getIdentityType()
        Get the HTTPInputNode "Identity token type" property
        Returns:
        ENUM_HTTPINPUT_IDENTITYTYPE; the value of the property "Identity token type"
      • setIdentityTokenLocation

        public HTTPInputNode setIdentityTokenLocation(java.lang.String value)
        Set the HTTPInputNode "Identity token location" property
        Parameters:
        value - String ; the value to set the property "Identity token location"
      • getIdentityTokenLocation

        public java.lang.String getIdentityTokenLocation()
        Get the HTTPInputNode "Identity token location" property
        Returns:
        String; the value of the property "Identity token location"
      • setIdentityPasswordLocation

        public HTTPInputNode setIdentityPasswordLocation(java.lang.String value)
        Set the HTTPInputNode "Identity password location" property
        Parameters:
        value - String ; the value to set the property "Identity password location"
      • getIdentityPasswordLocation

        public java.lang.String getIdentityPasswordLocation()
        Get the HTTPInputNode "Identity password location" property
        Returns:
        String; the value of the property "Identity password location"
      • setIdentityIssuedByLocation

        public HTTPInputNode setIdentityIssuedByLocation(java.lang.String value)
        Set the HTTPInputNode "Identity issuedBy location" property
        Parameters:
        value - String ; the value to set the property "Identity issuedBy location"
      • getIdentityIssuedByLocation

        public java.lang.String getIdentityIssuedByLocation()
        Get the HTTPInputNode "Identity issuedBy location" property
        Returns:
        String; the value of the property "Identity issuedBy location"
      • setSecurityProfileName

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

        public java.lang.String getSecurityProfileName()
        Get the HTTPInputNode "Security profile" property
        Returns:
        String; the value of the property "Security profile"
      • setCatchSecurityExceptions

        public HTTPInputNode setCatchSecurityExceptions(boolean value)
        Set the HTTPInputNode "Treat security exceptions as normal exceptions" property
        Parameters:
        value - boolean ; the value to set the property "Treat security exceptions as normal exceptions"
      • getCatchSecurityExceptions

        public boolean getCatchSecurityExceptions()
        Get the HTTPInputNode "Treat security exceptions as normal exceptions" property
        Returns:
        boolean; the value of the property "Treat security exceptions as normal exceptions"
      • 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