com.ibm.broker.config.appdev.nodes

Class SOAPAsynchronousRequestNode

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


    public class SOAPAsynchronousRequestNode
    extends Node

    SOAPAsynchronousRequestNode instance

    Allows a message flow to send asynchronous SOAP requests to an external Web service

     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

      • SOAPAsynchronousRequestNode

        public SOAPAsynchronousRequestNode()
    • Method Detail

      • getUserContextTable

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

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

        public SOAPAsynchronousRequestNode.WsSecurityTable getWsSecurityTable()
        Retrieve the WS-Security table for the node SOAPAsynchronousRequestNode
        Returns:
        WsSecurityTable instance which contains WsSecurityRow 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
      • setAsyncResponseCorrelator

        public SOAPAsynchronousRequestNode setAsyncResponseCorrelator(java.lang.String value)
        Set the SOAPAsynchronousRequestNode "Unique identifier" property
        Parameters:
        value - String ; the value to set the property "Unique identifier"
      • getAsyncResponseCorrelator

        public java.lang.String getAsyncResponseCorrelator()
        Get the SOAPAsynchronousRequestNode "Unique identifier" property
        Returns:
        String; the value of the property "Unique identifier"
      • setWsdlFileName

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

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

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

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

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

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

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

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

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

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

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

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

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

        public java.lang.String getMessageSetProperty()
        Get the SOAPAsynchronousRequestNode "MessageSetProperty" property
        Returns:
        String; the value of the property "MessageSetProperty"
      • setUseHTTPTransport

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

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

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

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

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

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

        public SOAPAsynchronousRequestNode setHttpProxyLocation(java.lang.String value)
        Set the SOAPAsynchronousRequestNode "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 SOAPAsynchronousRequestNode "HTTP(S) proxy location" property
        Returns:
        String; the value of the property "HTTP(S) proxy location"
      • setAllowedSSLCiphers

        public SOAPAsynchronousRequestNode setAllowedSSLCiphers(java.lang.String value)
        Set the SOAPAsynchronousRequestNode "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 SOAPAsynchronousRequestNode "Allowed SSL ciphers (if using SSL)" property
        Returns:
        String; the value of the property "Allowed SSL ciphers (if using SSL)"
      • setAcceptCompressedResponses

        public SOAPAsynchronousRequestNode setAcceptCompressedResponses(boolean value)
        Set the SOAPAsynchronousRequestNode "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 SOAPAsynchronousRequestNode "Accept compressed responses by default" property
        Returns:
        boolean; the value of the property "Accept compressed responses by default"
      • setHostnameChecking

        public SOAPAsynchronousRequestNode setHostnameChecking(boolean value)
        Set the SOAPAsynchronousRequestNode "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 SOAPAsynchronousRequestNode "Enable SSL certificate hostname checking" property
        Returns:
        boolean; the value of the property "Enable SSL certificate hostname checking"
      • setUseAsyncSocket

        public SOAPAsynchronousRequestNode setUseAsyncSocket(boolean value)
        Set the SOAPAsynchronousRequestNode "Use HTTP asynchronous request-response" property
        Parameters:
        value - boolean ; the value to set the property "Use HTTP asynchronous request-response"
      • getUseAsyncSocket

        public boolean getUseAsyncSocket()
        Get the SOAPAsynchronousRequestNode "Use HTTP asynchronous request-response" property
        Returns:
        boolean; the value of the property "Use HTTP asynchronous request-response"
      • setKeyAlias

        public SOAPAsynchronousRequestNode setKeyAlias(java.lang.String value)
        Set the SOAPAsynchronousRequestNode "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 SOAPAsynchronousRequestNode "SSL client authentication key alias" property
        Returns:
        String; the value of the property "SSL client authentication key alias"
      • setEnableCRLCheck

        public SOAPAsynchronousRequestNode setEnableCRLCheck(boolean value)
        Set the SOAPAsynchronousRequestNode "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 SOAPAsynchronousRequestNode "Enable certificate revocation list checking" property
        Returns:
        boolean; the value of the property "Enable certificate revocation list checking"
      • setJmsDestination

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

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

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

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

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

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

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

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

        public SOAPAsynchronousRequestNode setLocationJndiBindings(java.lang.String value)
        Set the SOAPAsynchronousRequestNode "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 SOAPAsynchronousRequestNode "JNDI URL bindings location" property
        Returns:
        String; the value of the property "JNDI URL bindings location"
      • setConnectionFactoryName

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

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

        public SOAPAsynchronousRequestNode setBackoutDestination(java.lang.String value)
        Set the SOAPAsynchronousRequestNode "Backout Destination" property
        Parameters:
        value - String ; the value to set the property "Backout Destination"
      • getBackoutDestination

        public java.lang.String getBackoutDestination()
        Get the SOAPAsynchronousRequestNode "Backout Destination" property
        Returns:
        String; the value of the property "Backout Destination"
      • setBackoutThreshold

        public SOAPAsynchronousRequestNode setBackoutThreshold(int value)
        Set the SOAPAsynchronousRequestNode "Backout Threshold" property
        Parameters:
        value - int ; the value to set the property "Backout Threshold"
      • getBackoutThreshold

        public int getBackoutThreshold()
        Get the SOAPAsynchronousRequestNode Backout Threshold property
        Returns:
        int; the value of the property "Backout Threshold"
      • setTargetService

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

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

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

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

        public SOAPAsynchronousRequestNode setGetResponseByCorrelId(boolean value)
        Set the SOAPAsynchronousRequestNode "Get Response By Correl ID" property
        Parameters:
        value - boolean ; the value to set the property "Get Response By Correl ID"
      • getGetResponseByCorrelId

        public boolean getGetResponseByCorrelId()
        Get the SOAPAsynchronousRequestNode "Get Response By Correl ID" property
        Returns:
        boolean; the value of the property "Get Response By Correl ID"
      • setSecurityProfileName

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

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

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

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

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

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

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

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

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

        public java.lang.String getAllowMTOM()
        Get the SOAPAsynchronousRequestNode "Allow MTOM" property
        Returns:
        String; the value of the property "Allow MTOM"
      • 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