com.ibm.broker.config.appdev.nodes

Class SAPRequestNode

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


    public class SAPRequestNode
    extends Node

    SAPRequestNode instance

    A node used to implement the SAP adapter in outbound mode

     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

      • SAPRequestNode

        public SAPRequestNode()
    • 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
      • setAdapterComponent

        public SAPRequestNode setAdapterComponent(java.lang.String value)
        Set the SAPRequestNode "Primary adapter component" property
        Parameters:
        value - String ; the value to set the property "Primary adapter component"
      • getAdapterComponent

        public java.lang.String getAdapterComponent()
        Get the SAPRequestNode "Primary adapter component" property
        Returns:
        String; the value of the property "Primary adapter component"
      • getSecondaryAdapterMode

        public SAPRequestNode.ENUM_SAPREQUEST_SECONDARYADAPTERMODE getSecondaryAdapterMode()
        Get the SAPRequestNode "Secondary adapter mode" property
        Returns:
        ENUM_SAPREQUEST_SECONDARYADAPTERMODE; the value of the property "Secondary adapter mode"
      • setDefaultMethod

        public SAPRequestNode setDefaultMethod(java.lang.String value)
        Set the SAPRequestNode "Default method" property
        Parameters:
        value - String ; the value to set the property "Default method"
      • getDefaultMethod

        public java.lang.String getDefaultMethod()
        Get the SAPRequestNode "Default method" property
        Returns:
        String; the value of the property "Default method"
      • setMessageDomainProperty

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

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

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

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

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

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

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

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

        public SAPRequestNode.ENUM_SAPREQUEST_TRANSACTIONMODE getTransactionMode()
        Get the SAPRequestNode "Transaction mode" property
        Returns:
        ENUM_SAPREQUEST_TRANSACTIONMODE; the value of the property "Transaction mode"
      • setMethodLocation

        public SAPRequestNode setMethodLocation(java.lang.String value)
        Set the SAPRequestNode "Method location" property
        Parameters:
        value - String ; the value to set the property "Method location"
      • getMethodLocation

        public java.lang.String getMethodLocation()
        Get the SAPRequestNode "Method location" property
        Returns:
        String; the value of the property "Method location"
      • setDataLocation

        public SAPRequestNode setDataLocation(java.lang.String value)
        Set the SAPRequestNode "Data location" property
        Parameters:
        value - String ; the value to set the property "Data location"
      • getDataLocation

        public java.lang.String getDataLocation()
        Get the SAPRequestNode "Data location" property
        Returns:
        String; the value of the property "Data location"
      • setOutputDataLocation

        public SAPRequestNode setOutputDataLocation(java.lang.String value)
        Set the SAPRequestNode "Output data location" property
        Parameters:
        value - String ; the value to set the property "Output data location"
      • getOutputDataLocation

        public java.lang.String getOutputDataLocation()
        Get the SAPRequestNode "Output data location" property
        Returns:
        String; the value of the property "Output data location"
      • setCopyLocalEnvironment

        public SAPRequestNode setCopyLocalEnvironment(boolean value)
        Set the SAPRequestNode "Copy local environment" property
        Parameters:
        value - boolean ; the value to set the property "Copy local environment"
      • getCopyLocalEnvironment

        public boolean getCopyLocalEnvironment()
        Get the SAPRequestNode "Copy local environment" property
        Returns:
        boolean; the value of the property "Copy local environment"
      • setSecurityProfileName

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

        public java.lang.String getSecurityProfileName()
        Get the SAPRequestNode "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