com.ibm.broker.config.appdev.nodes

Class ServiceMappingRequestNode

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


    public class ServiceMappingRequestNode
    extends Node

    ServiceMappingRequestNode instance

     Change Activity:
     -------- ----------- -------------   ------------------------------------
     Reason:  Date:       Originator:     Comments:
     -------- ----------- -------------   ------------------------------------
     xxxxx.x  2010-08-10  dstorey         creation
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ServiceMappingRequestNode

        public ServiceMappingRequestNode()
    • 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
      • setServiceMappingFileName

        public ServiceMappingRequestNode setServiceMappingFileName(java.lang.String value)
        Set the ServiceMappingRequestNode "Service map file" property
        Parameters:
        value - String ; the value to set the property "Service map file"
      • getServiceMappingFileName

        public java.lang.String getServiceMappingFileName()
        Get the ServiceMappingRequestNode "Service map file" property
        Returns:
        String; the value of the property "Service map file"
      • setSelectedOperation

        public ServiceMappingRequestNode setSelectedOperation(java.lang.String value)
        Set the ServiceMappingRequestNode "Operation" property
        Parameters:
        value - String ; the value to set the property "Operation"
      • getSelectedOperation

        public java.lang.String getSelectedOperation()
        Get the ServiceMappingRequestNode "Operation" property
        Returns:
        String; the value of the property "Operation"
      • setWebServiceURL

        public ServiceMappingRequestNode setWebServiceURL(java.lang.String value)
        Set the ServiceMappingRequestNode "Web Service URL" property
        Parameters:
        value - String ; the value to set the property "Web Service URL"
      • getWebServiceURL

        public java.lang.String getWebServiceURL()
        Get the ServiceMappingRequestNode "Web Service URL" property
        Returns:
        String; the value of the property "Web Service URL"
      • 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