com.ibm.broker.config.appdev.nodes

Class XSLTransformNode

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


    public class XSLTransformNode
    extends Node

    XSLTransformNode instance

    Use the XSLTransform node to transform the incoming XML message by using an XSL style sheet.

     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

      • XSLTransformNode

        public XSLTransformNode()
    • 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
      • setStylesheetName

        public XSLTransformNode setStylesheetName(java.lang.String value)
        Set the XSLTransformNode "Stylesheet name" property
        Parameters:
        value - String ; the value to set the property "Stylesheet name"
      • getStylesheetName

        public java.lang.String getStylesheetName()
        Get the XSLTransformNode "Stylesheet name" property
        Returns:
        String; the value of the property "Stylesheet name"
      • setStylesheetPath

        public XSLTransformNode setStylesheetPath(java.lang.String value)
        Set the XSLTransformNode "Stylesheet directory" property
        Parameters:
        value - String ; the value to set the property "Stylesheet directory"
      • getStylesheetPath

        public java.lang.String getStylesheetPath()
        Get the XSLTransformNode "Stylesheet directory" property
        Returns:
        String; the value of the property "Stylesheet directory"
      • setStylesheetCache

        public XSLTransformNode setStylesheetCache(java.lang.String value)
        Set the XSLTransformNode "Stylesheet cache level" property
        Parameters:
        value - String ; the value to set the property "Stylesheet cache level"
      • getStylesheetCache

        public java.lang.String getStylesheetCache()
        Get the XSLTransformNode "Stylesheet cache level" property
        Returns:
        String; the value of the property "Stylesheet cache level"
      • getXMLEmbeddedStylesheetSelectionPriority

        public XSLTransformNode.ENUM_XSLTRANSFORM_XMLEMBEDDEDSTYLESHEETSELECTIONPRIORITY getXMLEmbeddedStylesheetSelectionPriority()
        Get the XSLTransformNode "XML embedded stylesheet selection priority" property
        Returns:
        ENUM_XSLTRANSFORM_XMLEMBEDDEDSTYLESHEETSELECTIONPRIORITY; the value of the property "XML embedded stylesheet selection priority"
      • getLocalEnvironmentStylesheetSelectionPriority

        public XSLTransformNode.ENUM_XSLTRANSFORM_LOCALENVIRONMENTSTYLESHEETSELECTIONPRIORITY getLocalEnvironmentStylesheetSelectionPriority()
        Get the XSLTransformNode "Message environment selection priority" property
        Returns:
        ENUM_XSLTRANSFORM_LOCALENVIRONMENTSTYLESHEETSELECTIONPRIORITY; the value of the property "Message environment selection priority"
      • getNodeAttributeStylesheetSelectionPriority

        public XSLTransformNode.ENUM_XSLTRANSFORM_NODEATTRIBUTESTYLESHEETSELECTIONPRIORITY getNodeAttributeStylesheetSelectionPriority()
        Get the XSLTransformNode "Broker node attribute selection priority" property
        Returns:
        ENUM_XSLTRANSFORM_NODEATTRIBUTESTYLESHEETSELECTIONPRIORITY; the value of the property "Broker node attribute selection priority"
      • setMessageDomainProperty

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

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

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

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

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

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

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

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

        public XSLTransformNode setOutputCharSet(java.lang.String value)
        Set the XSLTransformNode "Character set" property
        Parameters:
        value - String ; the value to set the property "Character set"
      • getOutputCharSet

        public java.lang.String getOutputCharSet()
        Get the XSLTransformNode "Character set" property
        Returns:
        String; the value of the property "Character set"
      • getLocalEnvironmentOutputCharSetSelectionPriority

        public XSLTransformNode.ENUM_XSLTRANSFORM_LOCALENVIRONMENTOUTPUTCHARSETSELECTIONPRIORITY getLocalEnvironmentOutputCharSetSelectionPriority()
        Get the XSLTransformNode "Message environment selection priority" property
        Returns:
        ENUM_XSLTRANSFORM_LOCALENVIRONMENTOUTPUTCHARSETSELECTIONPRIORITY; the value of the property "Message environment selection priority"
      • getNodeAttributeOutputCharSetSelectionPriority

        public XSLTransformNode.ENUM_XSLTRANSFORM_NODEATTRIBUTEOUTPUTCHARSETSELECTIONPRIORITY getNodeAttributeOutputCharSetSelectionPriority()
        Get the XSLTransformNode "Broker node attribute selection priority " property
        Returns:
        ENUM_XSLTRANSFORM_NODEATTRIBUTEOUTPUTCHARSETSELECTIONPRIORITY; the value of the property "Broker node attribute selection priority "
      • setParserXmlnscBuildTreeUsingXMLSchema

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

        public XSLTransformNode setUseForXmlnsDomain(boolean value)
        Set the XSLTransformNode "Use XMLNSC compact parser for XMLNS domain" property
        Parameters:
        value - boolean ; the value to set the property "Use XMLNSC compact parser for XMLNS domain"
      • getUseForXmlnsDomain

        public boolean getUseForXmlnsDomain()
        Get the XSLTransformNode "Use XMLNSC compact parser for XMLNS domain" property
        Returns:
        boolean; the value of the property "Use XMLNSC compact parser for XMLNS domain"
      • 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