com.ibm.broker.config.appdev.nodes

Class SOAPInputNode

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


    public class SOAPInputNode
    extends Node

    SOAPInputNode instance

    Allows client SOAP messages to be consumed by the message flow, thereby allowing the message flow to be a SOAP Web Services provider

     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

      • SOAPInputNode

        public SOAPInputNode()
    • Method Detail

      • getJndiContextParametersTable

        public SOAPInputNode.JndiContextParametersTable getJndiContextParametersTable()
        Retrieve the JNDI Context Parameters table for the node SOAPInputNode
        Returns:
        JndiContextParametersTable instance which contains JNDIContextParametersRow rows
      • getMustUnderstandHeadersWSDLDefinedTable

        public SOAPInputNode.MustUnderstandHeadersWSDLDefinedTable getMustUnderstandHeadersWSDLDefinedTable()
        Retrieve the table for the node SOAPInputNode
        Returns:
        MustUnderstandHeadersWSDLDefinedTable instance which contains WSDLHeadersRow rows
      • getMustUnderstandHeadersUserDefinedTable

        public SOAPInputNode.MustUnderstandHeadersUserDefinedTable getMustUnderstandHeadersUserDefinedTable()
        Retrieve the table for the node SOAPInputNode
        Returns:
        MustUnderstandHeadersUserDefinedTable instance which contains UserDefinedHeadersRow rows
      • getWsSecurityTable

        public SOAPInputNode.WsSecurityTable getWsSecurityTable()
        Retrieve the WS-Security table for the node SOAPInputNode
        Returns:
        WsSecurityTable instance which contains WsSecurityRow rows
      • getParserXmlnscOpaqueElementsTable

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

        public SOAPInputNode.ENUM_SOAPINPUT_WSDLOPERATIONMODE getWsdlOperationMode()
        Get the SOAPInputNode "Operation mode" property
        Returns:
        ENUM_SOAPINPUT_WSDLOPERATIONMODE; the value of the property "Operation mode"
      • setWsdlFileName

        public SOAPInputNode setWsdlFileName(java.lang.String value)
        Set the SOAPInputNode "WSDL file name" property
        Parameters:
        value - String ; the value to set the property "WSDL file name"
      • getWsdlFileName

        public java.lang.String getWsdlFileName()
        Get the SOAPInputNode "WSDL file name" property
        Returns:
        String; the value of the property "WSDL file name"
      • setSelectedPortType

        public SOAPInputNode setSelectedPortType(java.lang.String value)
        Set the SOAPInputNode "Port type" property
        Parameters:
        value - String ; the value to set the property "Port type"
      • getSelectedPortType

        public java.lang.String getSelectedPortType()
        Get the SOAPInputNode "Port type" property
        Returns:
        String; the value of the property "Port type"
      • setSelectedBinding

        public SOAPInputNode setSelectedBinding(java.lang.String value)
        Set the SOAPInputNode "Binding" property
        Parameters:
        value - String ; the value to set the property "Binding"
      • getSelectedBinding

        public java.lang.String getSelectedBinding()
        Get the SOAPInputNode "Binding" property
        Returns:
        String; the value of the property "Binding"
      • setSelectedPort

        public SOAPInputNode setSelectedPort(java.lang.String value)
        Set the SOAPInputNode "Service port" property
        Parameters:
        value - String ; the value to set the property "Service port"
      • getSelectedPort

        public java.lang.String getSelectedPort()
        Get the SOAPInputNode "Service port" property
        Returns:
        String; the value of the property "Service port"
      • setTargetNamespace

        public SOAPInputNode setTargetNamespace(java.lang.String value)
        Set the SOAPInputNode "Target namespace:" property
        Parameters:
        value - String ; the value to set the property "Target namespace:"
      • getTargetNamespace

        public java.lang.String getTargetNamespace()
        Get the SOAPInputNode "Target namespace:" property
        Returns:
        String; the value of the property "Target namespace:"
      • getTransport

        public SOAPInputNode.ENUM_SOAPINPUT_TRANSPORT getTransport()
        Get the SOAPInputNode "Transport" property
        Returns:
        ENUM_SOAPINPUT_TRANSPORT; the value of the property "Transport"
      • setUseHTTPTransport

        public SOAPInputNode setUseHTTPTransport(boolean value)
        Set the SOAPInputNode "Use HTTP transport" property
        Parameters:
        value - boolean ; the value to set the property "Use HTTP transport"
      • getUseHTTPTransport

        public boolean getUseHTTPTransport()
        Get the SOAPInputNode "Use HTTP transport" property
        Returns:
        boolean; the value of the property "Use HTTP transport"
      • setUrlSelector

        public SOAPInputNode setUrlSelector(java.lang.String value)
        Set the SOAPInputNode "Path suffix for URL" property
        Parameters:
        value - String ; the value to set the property "Path suffix for URL"
      • getUrlSelector

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

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

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

        public SOAPInputNode setMaxClientWaitTime(int value)
        Set the SOAPInputNode "Maximum client wait time (sec)" property
        Parameters:
        value - int ; the value to set the property "Maximum client wait time (sec)"
      • getMaxClientWaitTime

        public int getMaxClientWaitTime()
        Get the SOAPInputNode Maximum client wait time (sec) property
        Returns:
        int; the value of the property "Maximum client wait time (sec)"
      • setAllowQueryWSDL

        public SOAPInputNode setAllowQueryWSDL(boolean value)
        Set the SOAPInputNode "Enable support for ?wsdl" property
        Parameters:
        value - boolean ; the value to set the property "Enable support for ?wsdl"
      • getAllowQueryWSDL

        public boolean getAllowQueryWSDL()
        Get the SOAPInputNode "Enable support for ?wsdl" property
        Returns:
        boolean; the value of the property "Enable support for ?wsdl"
      • setJmsSource

        public SOAPInputNode setJmsSource(java.lang.String value)
        Set the SOAPInputNode "Source" property
        Parameters:
        value - String ; the value to set the property "Source"
      • getJmsSource

        public java.lang.String getJmsSource()
        Get the SOAPInputNode "Source" property
        Returns:
        String; the value of the property "Source"
      • setJmsProviderName

        public SOAPInputNode setJmsProviderName(java.lang.String value)
        Set the SOAPInputNode "JMS provider name" property
        Parameters:
        value - String ; the value to set the property "JMS provider name"
      • getJmsProviderName

        public java.lang.String getJmsProviderName()
        Get the SOAPInputNode "JMS provider name" property
        Returns:
        String; the value of the property "JMS provider name"
      • setInitialContextFactory

        public SOAPInputNode setInitialContextFactory(java.lang.String value)
        Set the SOAPInputNode "Initial context factory" property
        Parameters:
        value - String ; the value to set the property "Initial context factory"
      • getInitialContextFactory

        public java.lang.String getInitialContextFactory()
        Get the SOAPInputNode "Initial context factory" property
        Returns:
        String; the value of the property "Initial context factory"
      • setLocationJndiBindings

        public SOAPInputNode setLocationJndiBindings(java.lang.String value)
        Set the SOAPInputNode "JNDI URL bindings location" property
        Parameters:
        value - String ; the value to set the property "JNDI URL bindings location"
      • getLocationJndiBindings

        public java.lang.String getLocationJndiBindings()
        Get the SOAPInputNode "JNDI URL bindings location" property
        Returns:
        String; the value of the property "JNDI URL bindings location"
      • setConnectionFactoryName

        public SOAPInputNode setConnectionFactoryName(java.lang.String value)
        Set the SOAPInputNode "Connection factory name" property
        Parameters:
        value - String ; the value to set the property "Connection factory name"
      • getConnectionFactoryName

        public java.lang.String getConnectionFactoryName()
        Get the SOAPInputNode "Connection factory name" property
        Returns:
        String; the value of the property "Connection factory name"
      • setBackoutDestination

        public SOAPInputNode setBackoutDestination(java.lang.String value)
        Set the SOAPInputNode "Backout destination" property
        Parameters:
        value - String ; the value to set the property "Backout destination"
      • getBackoutDestination

        public java.lang.String getBackoutDestination()
        Get the SOAPInputNode "Backout destination" property
        Returns:
        String; the value of the property "Backout destination"
      • setBackoutThreshold

        public SOAPInputNode setBackoutThreshold(int value)
        Set the SOAPInputNode "Backout threshold" property
        Parameters:
        value - int ; the value to set the property "Backout threshold"
      • getBackoutThreshold

        public int getBackoutThreshold()
        Get the SOAPInputNode Backout threshold property
        Returns:
        int; the value of the property "Backout threshold"
      • getJmsURIFormat

        public SOAPInputNode.ENUM_SOAPINPUT_JMSURIFORMAT getJmsURIFormat()
        Get the SOAPInputNode "JMS URI Format" property
        Returns:
        ENUM_SOAPINPUT_JMSURIFORMAT; the value of the property "JMS URI Format"
      • setPropertySelector

        public SOAPInputNode setPropertySelector(java.lang.String value)
        Set the SOAPInputNode "Application property" property
        Parameters:
        value - String ; the value to set the property "Application property"
      • getPropertySelector

        public java.lang.String getPropertySelector()
        Get the SOAPInputNode "Application property" property
        Returns:
        String; the value of the property "Application property"
      • setTimeStampSelector

        public SOAPInputNode setTimeStampSelector(java.lang.String value)
        Set the SOAPInputNode "Timestamp" property
        Parameters:
        value - String ; the value to set the property "Timestamp"
      • getTimeStampSelector

        public java.lang.String getTimeStampSelector()
        Get the SOAPInputNode "Timestamp" property
        Returns:
        String; the value of the property "Timestamp"
      • setMessagePrioritySelector

        public SOAPInputNode setMessagePrioritySelector(java.lang.String value)
        Set the SOAPInputNode "Priority" property
        Parameters:
        value - String ; the value to set the property "Priority"
      • getMessagePrioritySelector

        public java.lang.String getMessagePrioritySelector()
        Get the SOAPInputNode "Priority" property
        Returns:
        String; the value of the property "Priority"
      • setMessageIDSelector

        public SOAPInputNode setMessageIDSelector(java.lang.String value)
        Set the SOAPInputNode "Message ID" property
        Parameters:
        value - String ; the value to set the property "Message ID"
      • getMessageIDSelector

        public java.lang.String getMessageIDSelector()
        Get the SOAPInputNode "Message ID" property
        Returns:
        String; the value of the property "Message ID"
      • setMessageRedeliveredSelector

        public SOAPInputNode setMessageRedeliveredSelector(java.lang.String value)
        Set the SOAPInputNode "Redelivered" property
        Parameters:
        value - String ; the value to set the property "Redelivered"
      • getMessageRedeliveredSelector

        public java.lang.String getMessageRedeliveredSelector()
        Get the SOAPInputNode "Redelivered" property
        Returns:
        String; the value of the property "Redelivered"
      • setMessageCorrelationIDSelector

        public SOAPInputNode setMessageCorrelationIDSelector(java.lang.String value)
        Set the SOAPInputNode "Correlation ID" property
        Parameters:
        value - String ; the value to set the property "Correlation ID"
      • getMessageCorrelationIDSelector

        public java.lang.String getMessageCorrelationIDSelector()
        Get the SOAPInputNode "Correlation ID" property
        Returns:
        String; the value of the property "Correlation ID"
      • setTargetService

        public SOAPInputNode setTargetService(java.lang.String value)
        Set the SOAPInputNode "Target service" property
        Parameters:
        value - String ; the value to set the property "Target service"
      • getTargetService

        public java.lang.String getTargetService()
        Get the SOAPInputNode "Target service" property
        Returns:
        String; the value of the property "Target service"
      • getTransactionMode

        public SOAPInputNode.ENUM_SOAPINPUT_TRANSACTIONMODE getTransactionMode()
        Get the SOAPInputNode "Transaction Mode" property
        Returns:
        ENUM_SOAPINPUT_TRANSACTIONMODE; the value of the property "Transaction Mode"
      • setSecurityProfileName

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

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

        public SOAPInputNode setPolicySet(java.lang.String value)
        Set the SOAPInputNode "Policy set" property
        Parameters:
        value - String ; the value to set the property "Policy set"
      • getPolicySet

        public java.lang.String getPolicySet()
        Get the SOAPInputNode "Policy set" property
        Returns:
        String; the value of the property "Policy set"
      • setPolicySetBindings

        public SOAPInputNode setPolicySetBindings(java.lang.String value)
        Set the SOAPInputNode "Policy set bindings" property
        Parameters:
        value - String ; the value to set the property "Policy set bindings"
      • getPolicySetBindings

        public java.lang.String getPolicySetBindings()
        Get the SOAPInputNode "Policy set bindings" property
        Returns:
        String; the value of the property "Policy set bindings"
      • setSoapRole

        public SOAPInputNode setSoapRole(java.lang.String value)
        Set the SOAPInputNode "SOAP 1.1 actor (SOAP 1.2 role)" property
        Parameters:
        value - String ; the value to set the property "SOAP 1.1 actor (SOAP 1.2 role)"
      • getSoapRole

        public java.lang.String getSoapRole()
        Get the SOAPInputNode "SOAP 1.1 actor (SOAP 1.2 role)" property
        Returns:
        String; the value of the property "SOAP 1.1 actor (SOAP 1.2 role)"
      • setSetDestinationList

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

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

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

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

        public SOAPInputNode setSendProcessingFaultsToFailure(boolean value)
        Set the SOAPInputNode "Route inbound processing failures to failure terminal" property
        Parameters:
        value - boolean ; the value to set the property "Route inbound processing failures to failure terminal"
      • getSendProcessingFaultsToFailure

        public boolean getSendProcessingFaultsToFailure()
        Get the SOAPInputNode "Route inbound processing failures to failure terminal" property
        Returns:
        boolean; the value of the property "Route inbound processing failures to failure terminal"
      • setExtractSOAPBody

        public SOAPInputNode setExtractSOAPBody(boolean value)
        Set the SOAPInputNode "Propagate only SOAP Body (owned by XMLNSC domain)" property
        Parameters:
        value - boolean ; the value to set the property "Propagate only SOAP Body (owned by XMLNSC domain)"
      • getExtractSOAPBody

        public boolean getExtractSOAPBody()
        Get the SOAPInputNode "Propagate only SOAP Body (owned by XMLNSC domain)" property
        Returns:
        boolean; the value of the property "Propagate only SOAP Body (owned by XMLNSC domain)"
      • setUsingWsAddressing

        public SOAPInputNode setUsingWsAddressing(boolean value)
        Set the SOAPInputNode "Use WS-Addressing" property
        Parameters:
        value - boolean ; the value to set the property "Use WS-Addressing"
      • getUsingWsAddressing

        public boolean getUsingWsAddressing()
        Get the SOAPInputNode "Use WS-Addressing" property
        Returns:
        boolean; the value of the property "Use WS-Addressing"
      • setPopulateLocalEnvWithWSAInfo

        public SOAPInputNode setPopulateLocalEnvWithWSAInfo(boolean value)
        Set the SOAPInputNode "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 SOAPInputNode "Place WS-Addressing Headers into LocalEnvironment" property
        Returns:
        boolean; the value of the property "Place WS-Addressing Headers into LocalEnvironment"
      • setMessageDomainProperty

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

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

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

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

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

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

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

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

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

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

        public SOAPInputNode.ENUM_SOAPINPUT_PARSERXMLNSCMIXEDCONTENTRETAINMODE getParserXmlnscMixedContentRetainMode()
        Get the SOAPInputNode "Retain mixed content" property
        Returns:
        ENUM_SOAPINPUT_PARSERXMLNSCMIXEDCONTENTRETAINMODE; the value of the property "Retain mixed content"
      • getValidateFailureAction

        public SOAPInputNode.ENUM_SOAPINPUT_VALIDATEFAILUREACTION getValidateFailureAction()
        Get the SOAPInputNode "Failure action" property
        Returns:
        ENUM_SOAPINPUT_VALIDATEFAILUREACTION; the value of the property "Failure action"
      • setComponentLevel

        public SOAPInputNode setComponentLevel(SOAPInputNode.ENUM_SOAPINPUT_COMPONENTLEVEL value)
        Set the SOAPInputNode "Additional instances pool" property
        Parameters:
        value - ENUM_SOAPINPUT_COMPONENTLEVEL ; the value to set the property "Additional instances pool"
      • getComponentLevel

        public SOAPInputNode.ENUM_SOAPINPUT_COMPONENTLEVEL getComponentLevel()
        Get the SOAPInputNode "Additional instances pool" property
        Returns:
        ENUM_SOAPINPUT_COMPONENTLEVEL; the value of the property "Additional instances pool"
      • setAdditionalInstances

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

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

        public SOAPInputNode.ENUM_SOAPINPUT_RETRYMECHANISM getRetryMechanism()
        Get the SOAPInputNode "Retry mechanism" property
        Returns:
        ENUM_SOAPINPUT_RETRYMECHANISM; the value of the property "Retry mechanism"
      • setRetryThreshold

        public SOAPInputNode setRetryThreshold(int value)
        Set the SOAPInputNode "Retry threshold" property
        Parameters:
        value - int ; the value to set the property "Retry threshold"
      • getRetryThreshold

        public int getRetryThreshold()
        Get the SOAPInputNode Retry threshold property
        Returns:
        int; the value of the property "Retry threshold"
      • setShortRetryInterval

        public SOAPInputNode setShortRetryInterval(int value)
        Set the SOAPInputNode "Short retry interval" property
        Parameters:
        value - int ; the value to set the property "Short retry interval"
      • getShortRetryInterval

        public int getShortRetryInterval()
        Get the SOAPInputNode Short retry interval property
        Returns:
        int; the value of the property "Short retry interval"
      • setLongRetryInterval

        public SOAPInputNode setLongRetryInterval(int value)
        Set the SOAPInputNode "Long retry interval" property
        Parameters:
        value - int ; the value to set the property "Long retry interval"
      • getLongRetryInterval

        public int getLongRetryInterval()
        Get the SOAPInputNode Long retry interval property
        Returns:
        int; the value of the property "Long retry interval"
      • 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