com.ibm.broker.config.appdev.nodes

Class SCAInputNode

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


    public class SCAInputNode
    extends Node

    SCAInputNode instance

    Allows a service component in WPS to invoke a service provided by WMB using SOAP/HTTP(S) or WMQ binding

     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_CATCH

        public final OutputTerminal OUTPUT_TERMINAL_CATCH
      • OUTPUT_TERMINAL_FAILURE

        public final OutputTerminal OUTPUT_TERMINAL_FAILURE
    • Constructor Detail

      • SCAInputNode

        public SCAInputNode()
    • Method Detail

      • getParserXmlnscOpaqueElementsTable

        public SCAInputNode.ParserXmlnscOpaqueElementsTable getParserXmlnscOpaqueElementsTable()
        Retrieve the Opaque elements table for the node SCAInputNode
        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[]
      • getOutputTerminal

        public OutputTerminal getOutputTerminal(java.lang.String terminalName)
        Description copied from class: Node
        Gets the output terminal for the node. If the terminal is a dynamic terminal this will create the terminal and return it.
        Overrides:
        getOutputTerminal in class Node
        Parameters:
        terminalName - String; the internal terminal name
        Returns:
        an 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
      • setScaFileName

        public SCAInputNode setScaFileName(java.lang.String value)
        Set the SCAInputNode "App Connect Enterprise SCA definition" property
        Parameters:
        value - String ; the value to set the property "App Connect Enterprise SCA definition"
      • getScaFileName

        public java.lang.String getScaFileName()
        Get the SCAInputNode "App Connect Enterprise SCA definition" property
        Returns:
        String; the value of the property "App Connect Enterprise SCA definition"
      • setScaGateway

        public SCAInputNode setScaGateway(boolean value)
        Set the SCAInputNode "Gateway mode " property
        Parameters:
        value - boolean ; the value to set the property "Gateway mode "
      • getScaGateway

        public boolean getScaGateway()
        Get the SCAInputNode "Gateway mode " property
        Returns:
        boolean; the value of the property "Gateway mode "
      • setScaBinding

        public SCAInputNode setScaBinding(java.lang.String value)
        Set the SCAInputNode "Binding type" property
        Parameters:
        value - String ; the value to set the property "Binding type"
      • getScaBinding

        public java.lang.String getScaBinding()
        Get the SCAInputNode "Binding type" property
        Returns:
        String; the value of the property "Binding type"
      • setQueueName

        public SCAInputNode setQueueName(java.lang.String value)
        Set the SCAInputNode "Queue name" property
        Parameters:
        value - String ; the value to set the property "Queue name"
      • getQueueName

        public java.lang.String getQueueName()
        Get the SCAInputNode "Queue name" property
        Returns:
        String; the value of the property "Queue name"
      • setWsdlFileName

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

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

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

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

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

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

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

        public java.lang.String getSelectedBinding()
        Get the SCAInputNode "Imported binding" property
        Returns:
        String; the value of the property "Imported binding"
      • setSelectedPort

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

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

        public SCAInputNode setUseHTTPTransport(boolean value)
        Set the SCAInputNode "UseHTTPTransport" property
        Parameters:
        value - boolean ; the value to set the property "UseHTTPTransport"
      • getUseHTTPTransport

        public boolean getUseHTTPTransport()
        Get the SCAInputNode "UseHTTPTransport" property
        Returns:
        boolean; the value of the property "UseHTTPTransport"
      • setUrlSelector

        public SCAInputNode setUrlSelector(java.lang.String value)
        Set the SCAInputNode "URL selector" property
        Parameters:
        value - String ; the value to set the property "URL selector"
      • getUrlSelector

        public java.lang.String getUrlSelector()
        Get the SCAInputNode "URL selector" property
        Returns:
        String; the value of the property "URL selector"
      • setUseHTTPS

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

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

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

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

        public SCAInputNode setExtractSOAPBody(boolean value)
        Set the SCAInputNode "Propagate only SOAP Body" property
        Parameters:
        value - boolean ; the value to set the property "Propagate only SOAP Body"
      • getExtractSOAPBody

        public boolean getExtractSOAPBody()
        Get the SCAInputNode "Propagate only SOAP Body" property
        Returns:
        boolean; the value of the property "Propagate only SOAP Body"
      • setSecurityProfileName

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

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

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

        public java.lang.String getPolicySet()
        Get the SCAInputNode "PolicySet" property
        Returns:
        String; the value of the property "PolicySet"
      • setPolicySetBindings

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

        public java.lang.String getPolicySetBindings()
        Get the SCAInputNode "PolicySetBindings" property
        Returns:
        String; the value of the property "PolicySetBindings"
      • setMessageDomainProperty

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

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

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

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

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

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

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

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

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

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

        public SCAInputNode.ENUM_SCAINPUT_PARSERXMLNSCMIXEDCONTENTRETAINMODE getParserXmlnscMixedContentRetainMode()
        Get the SCAInputNode "Retain mixed content" property
        Returns:
        ENUM_SCAINPUT_PARSERXMLNSCMIXEDCONTENTRETAINMODE; the value of the property "Retain mixed content"
      • getParserXmlnscCommentsRetainMode

        public SCAInputNode.ENUM_SCAINPUT_PARSERXMLNSCCOMMENTSRETAINMODE getParserXmlnscCommentsRetainMode()
        Get the SCAInputNode "Retain comments" property
        Returns:
        ENUM_SCAINPUT_PARSERXMLNSCCOMMENTSRETAINMODE; the value of the property "Retain comments"
      • getParserXmlnscProcessingInstructionsRetainMode

        public SCAInputNode.ENUM_SCAINPUT_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE getParserXmlnscProcessingInstructionsRetainMode()
        Get the SCAInputNode "Retain processing instructions" property
        Returns:
        ENUM_SCAINPUT_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE; the value of the property "Retain processing instructions"
      • getValidateMaster

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

        public SCAInputNode.ENUM_SCAINPUT_VALIDATEFAILUREACTION getValidateFailureAction()
        Get the SCAInputNode "Failure action" property
        Returns:
        ENUM_SCAINPUT_VALIDATEFAILUREACTION; the value of the property "Failure action"
      • setIdentityType

        public SCAInputNode setIdentityType(SCAInputNode.ENUM_SCAINPUT_IDENTITYTYPE value)
        Set the SCAInputNode "Identity token type" property
        Parameters:
        value - ENUM_SCAINPUT_IDENTITYTYPE ; the value to set the property "Identity token type"
      • getIdentityType

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

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

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

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

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

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

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

        public SCAInputNode setCatchSecurityExceptions(boolean value)
        Set the SCAInputNode "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 SCAInputNode "Treat security exceptions as normal exceptions" property
        Returns:
        boolean; the value of the property "Treat security exceptions as normal exceptions"
      • setComponentLevel

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

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

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

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

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

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

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

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

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

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

        public int getLongRetryInterval()
        Get the SCAInputNode Long retry interval property
        Returns:
        int; the value of the property "Long retry interval"
      • getTransactionMode

        public SCAInputNode.ENUM_SCAINPUT_TRANSACTIONMODE getTransactionMode()
        Get the SCAInputNode "Transaction mode" property
        Returns:
        ENUM_SCAINPUT_TRANSACTIONMODE; the value of the property "Transaction mode"
      • 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