com.ibm.broker.config.appdev.nodes

Class SOAPRequestNode

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


    public class SOAPRequestNode
    extends Node

    SOAPRequestNode instance

    Allows synchronous SOAP requests to be made from the message flow, allowing the message flow to be a SOAP Web Service consumer

     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

      • SOAPRequestNode

        public SOAPRequestNode()
    • Method Detail

      • getUserContextTable

        public SOAPRequestNode.UserContextTable getUserContextTable()
        Retrieve the User Parameters table for the node SOAPRequestNode
        Returns:
        UserContextTable instance which contains UserContextParametersRow rows
      • getJndiContextParametersTable

        public SOAPRequestNode.JndiContextParametersTable getJndiContextParametersTable()
        Retrieve the JNDI Parameters table for the node SOAPRequestNode
        Returns:
        JndiContextParametersTable instance which contains JNDIContextParametersRow rows
      • getMustUnderstandResponseHeadersWSDLDefinedTable

        public SOAPRequestNode.MustUnderstandResponseHeadersWSDLDefinedTable getMustUnderstandResponseHeadersWSDLDefinedTable()
        Retrieve the table for the node SOAPRequestNode
        Returns:
        MustUnderstandResponseHeadersWSDLDefinedTable instance which contains WSDLHeadersRow rows
      • getMustUnderstandResponseHeadersUserDefinedTable

        public SOAPRequestNode.MustUnderstandResponseHeadersUserDefinedTable getMustUnderstandResponseHeadersUserDefinedTable()
        Retrieve the table for the node SOAPRequestNode
        Returns:
        MustUnderstandResponseHeadersUserDefinedTable instance which contains UserDefinedHeadersRow rows
      • getWsSecurityTable

        public SOAPRequestNode.WsSecurityTable getWsSecurityTable()
        Retrieve the WS-Security table for the node SOAPRequestNode
        Returns:
        WsSecurityTable instance which contains WsSecurityRow rows
      • getParserXmlnscOpaqueElementsTable

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

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

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

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

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

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

        public java.lang.String getSelectedBinding()
        Get the SOAPRequestNode "Binding" property
        Returns:
        String; the value of the property "Binding"
      • setSelectedOperation

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

        public java.lang.String getSelectedOperation()
        Get the SOAPRequestNode "Binding operation" property
        Returns:
        String; the value of the property "Binding operation"
      • setSelectedPort

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

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

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

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

        public SOAPRequestNode setUseHTTPTransport(boolean value)
        Set the SOAPRequestNode "Use HTTP transport" property
        Parameters:
        value - boolean ; the value to set the property "Use HTTP transport"
      • getUseHTTPTransport

        public boolean getUseHTTPTransport()
        Get the SOAPRequestNode "Use HTTP transport" property
        Returns:
        boolean; the value of the property "Use HTTP transport"
      • setWebServiceURL

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

        public java.lang.String getWebServiceURL()
        Get the SOAPRequestNode "Web service URL" property
        Returns:
        String; the value of the property "Web service URL"
      • setRequestTimeout

        public SOAPRequestNode setRequestTimeout(int value)
        Set the SOAPRequestNode "Request timeout (in seconds)" property
        Parameters:
        value - int ; the value to set the property "Request timeout (in seconds)"
      • getRequestTimeout

        public int getRequestTimeout()
        Get the SOAPRequestNode Request timeout (in seconds) property
        Returns:
        int; the value of the property "Request timeout (in seconds)"
      • setHttpProxyLocation

        public SOAPRequestNode setHttpProxyLocation(java.lang.String value)
        Set the SOAPRequestNode "HTTP(S) proxy location" property
        Parameters:
        value - String ; the value to set the property "HTTP(S) proxy location"
      • getHttpProxyLocation

        public java.lang.String getHttpProxyLocation()
        Get the SOAPRequestNode "HTTP(S) proxy location" property
        Returns:
        String; the value of the property "HTTP(S) proxy location"
      • getSslProtocol

        public SOAPRequestNode.ENUM_SOAPREQUEST_SSLPROTOCOL getSslProtocol()
        Get the SOAPRequestNode "Protocol (if using SSL)" property
        Returns:
        ENUM_SOAPREQUEST_SSLPROTOCOL; the value of the property "Protocol (if using SSL)"
      • setAllowedSSLCiphers

        public SOAPRequestNode setAllowedSSLCiphers(java.lang.String value)
        Set the SOAPRequestNode "Allowed SSL ciphers (if using SSL) " property
        Parameters:
        value - String ; the value to set the property "Allowed SSL ciphers (if using SSL) "
      • getAllowedSSLCiphers

        public java.lang.String getAllowedSSLCiphers()
        Get the SOAPRequestNode "Allowed SSL ciphers (if using SSL) " property
        Returns:
        String; the value of the property "Allowed SSL ciphers (if using SSL) "
      • setAcceptCompressedResponses

        public SOAPRequestNode setAcceptCompressedResponses(boolean value)
        Set the SOAPRequestNode "Accept compressed responses by default" property
        Parameters:
        value - boolean ; the value to set the property "Accept compressed responses by default"
      • getAcceptCompressedResponses

        public boolean getAcceptCompressedResponses()
        Get the SOAPRequestNode "Accept compressed responses by default" property
        Returns:
        boolean; the value of the property "Accept compressed responses by default"
      • setHostnameChecking

        public SOAPRequestNode setHostnameChecking(boolean value)
        Set the SOAPRequestNode "Enable SSL certificate hostname checking" property
        Parameters:
        value - boolean ; the value to set the property "Enable SSL certificate hostname checking"
      • getHostnameChecking

        public boolean getHostnameChecking()
        Get the SOAPRequestNode "Enable SSL certificate hostname checking" property
        Returns:
        boolean; the value of the property "Enable SSL certificate hostname checking"
      • setKeyAlias

        public SOAPRequestNode setKeyAlias(java.lang.String value)
        Set the SOAPRequestNode "SSL client authentication key alias" property
        Parameters:
        value - String ; the value to set the property "SSL client authentication key alias"
      • getKeyAlias

        public java.lang.String getKeyAlias()
        Get the SOAPRequestNode "SSL client authentication key alias" property
        Returns:
        String; the value of the property "SSL client authentication key alias"
      • setEnableCRLCheck

        public SOAPRequestNode setEnableCRLCheck(boolean value)
        Set the SOAPRequestNode "Enable certificate revocation list checking" property
        Parameters:
        value - boolean ; the value to set the property "Enable certificate revocation list checking"
      • getEnableCRLCheck

        public boolean getEnableCRLCheck()
        Get the SOAPRequestNode "Enable certificate revocation list checking" property
        Returns:
        boolean; the value of the property "Enable certificate revocation list checking"
      • setJmsDestination

        public SOAPRequestNode setJmsDestination(java.lang.String value)
        Set the SOAPRequestNode "Destination" property
        Parameters:
        value - String ; the value to set the property "Destination"
      • getJmsDestination

        public java.lang.String getJmsDestination()
        Get the SOAPRequestNode "Destination" property
        Returns:
        String; the value of the property "Destination"
      • setJmsReplyToDestination

        public SOAPRequestNode setJmsReplyToDestination(java.lang.String value)
        Set the SOAPRequestNode "Reply To Destination" property
        Parameters:
        value - String ; the value to set the property "Reply To Destination"
      • getJmsReplyToDestination

        public java.lang.String getJmsReplyToDestination()
        Get the SOAPRequestNode "Reply To Destination" property
        Returns:
        String; the value of the property "Reply To Destination"
      • setRequestTimeoutJMS

        public SOAPRequestNode setRequestTimeoutJMS(int value)
        Set the SOAPRequestNode "JMS Request timeout (in seconds)" property
        Parameters:
        value - int ; the value to set the property "JMS Request timeout (in seconds)"
      • getRequestTimeoutJMS

        public int getRequestTimeoutJMS()
        Get the SOAPRequestNode JMS Request timeout (in seconds) property
        Returns:
        int; the value of the property "JMS Request timeout (in seconds)"
      • setJmsProviderName

        public SOAPRequestNode setJmsProviderName(java.lang.String value)
        Set the SOAPRequestNode "JMS provider name" property
        Parameters:
        value - String ; the value to set the property "JMS provider name"
      • getJmsProviderName

        public java.lang.String getJmsProviderName()
        Get the SOAPRequestNode "JMS provider name" property
        Returns:
        String; the value of the property "JMS provider name"
      • setInitialContextFactory

        public SOAPRequestNode setInitialContextFactory(java.lang.String value)
        Set the SOAPRequestNode "Initial context factory" property
        Parameters:
        value - String ; the value to set the property "Initial context factory"
      • getInitialContextFactory

        public java.lang.String getInitialContextFactory()
        Get the SOAPRequestNode "Initial context factory" property
        Returns:
        String; the value of the property "Initial context factory"
      • setLocationJndiBindings

        public SOAPRequestNode setLocationJndiBindings(java.lang.String value)
        Set the SOAPRequestNode "JNDI URL bindings location" property
        Parameters:
        value - String ; the value to set the property "JNDI URL bindings location"
      • getLocationJndiBindings

        public java.lang.String getLocationJndiBindings()
        Get the SOAPRequestNode "JNDI URL bindings location" property
        Returns:
        String; the value of the property "JNDI URL bindings location"
      • setConnectionFactoryName

        public SOAPRequestNode setConnectionFactoryName(java.lang.String value)
        Set the SOAPRequestNode "Connection factory name" property
        Parameters:
        value - String ; the value to set the property "Connection factory name"
      • getConnectionFactoryName

        public java.lang.String getConnectionFactoryName()
        Get the SOAPRequestNode "Connection factory name" property
        Returns:
        String; the value of the property "Connection factory name"
      • setTargetService

        public SOAPRequestNode setTargetService(java.lang.String value)
        Set the SOAPRequestNode "Target service" property
        Parameters:
        value - String ; the value to set the property "Target service"
      • getTargetService

        public java.lang.String getTargetService()
        Get the SOAPRequestNode "Target service" property
        Returns:
        String; the value of the property "Target service"
      • setMessageExpiration

        public SOAPRequestNode setMessageExpiration(int value)
        Set the SOAPRequestNode "Message Expiration (ms)" property
        Parameters:
        value - int ; the value to set the property "Message Expiration (ms)"
      • getMessageExpiration

        public int getMessageExpiration()
        Get the SOAPRequestNode Message Expiration (ms) property
        Returns:
        int; the value of the property "Message Expiration (ms)"
      • setSecurityProfileName

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

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

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

        public java.lang.String getPolicySet()
        Get the SOAPRequestNode "Policy set" property
        Returns:
        String; the value of the property "Policy set"
      • setPolicySetBindings

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

        public java.lang.String getPolicySetBindings()
        Get the SOAPRequestNode "Policy set bindings" property
        Returns:
        String; the value of the property "Policy set bindings"
      • setUsingWsAddressing

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

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

        public SOAPRequestNode setPopulateLocalEnvWithWSAInfo(boolean value)
        Set the SOAPRequestNode "Place WS-Addressing Headers into LocalEnvironment" property
        Parameters:
        value - boolean ; the value to set the property "Place WS-Addressing Headers into LocalEnvironment"
      • getPopulateLocalEnvWithWSAInfo

        public boolean getPopulateLocalEnvWithWSAInfo()
        Get the SOAPRequestNode "Place WS-Addressing Headers into LocalEnvironment" property
        Returns:
        boolean; the value of the property "Place WS-Addressing Headers into LocalEnvironment"
      • setAllowMTOM

        public SOAPRequestNode setAllowMTOM(java.lang.String value)
        Set the SOAPRequestNode "Allow MTOM" property
        Parameters:
        value - String ; the value to set the property "Allow MTOM"
      • getAllowMTOM

        public java.lang.String getAllowMTOM()
        Get the SOAPRequestNode "Allow MTOM" property
        Returns:
        String; the value of the property "Allow MTOM"
      • setMessageDomainProperty

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

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

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

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

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

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

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

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

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