com.ibm.broker.config.appdev.nodes

Class SOAPExtractNode

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


    public class SOAPExtractNode
    extends Node

    SOAPExtractNode instance

    Allows the removal of SOAP envelopes so that the Body of a SOAP message is more easily handled

     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

      • SOAPExtractNode

        public SOAPExtractNode()
    • 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
      • setRemoveEnvelope

        public SOAPExtractNode setRemoveEnvelope(boolean value)
        Set the SOAPExtractNode "Remove Envelope" property
        Parameters:
        value - boolean ; the value to set the property "Remove Envelope"
      • getRemoveEnvelope

        public boolean getRemoveEnvelope()
        Get the SOAPExtractNode "Remove Envelope" property
        Returns:
        boolean; the value of the property "Remove Envelope"
      • setEnvelopeDestination

        public SOAPExtractNode setEnvelopeDestination(java.lang.String value)
        Set the SOAPExtractNode "Envelope Destination" property
        Parameters:
        value - String ; the value to set the property "Envelope Destination"
      • getEnvelopeDestination

        public java.lang.String getEnvelopeDestination()
        Get the SOAPExtractNode "Envelope Destination" property
        Returns:
        String; the value of the property "Envelope Destination"
      • getPathMode

        public SOAPExtractNode.ENUM_SOAPEXTRACT_PATHMODE getPathMode()
        Get the SOAPExtractNode "Destination path mode" property
        Returns:
        ENUM_SOAPEXTRACT_PATHMODE; the value of the property "Destination path mode"
      • setRouteToOperation

        public SOAPExtractNode setRouteToOperation(boolean value)
        Set the SOAPExtractNode "Route to 'Operation' Label" property
        Parameters:
        value - boolean ; the value to set the property "Route to 'Operation' Label"
      • getRouteToOperation

        public boolean getRouteToOperation()
        Get the SOAPExtractNode "Route to 'Operation' Label" property
        Returns:
        boolean; the value of the property "Route to 'Operation' Label"
      • setLabelPrefix

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

        public java.lang.String getLabelPrefix()
        Get the SOAPExtractNode "Label Prefix" property
        Returns:
        String; the value of the property "Label Prefix"
      • 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