public class SCAAsynchronousRequestNode extends Node
SCAAsynchronousRequestNode instance
Allows integration bus to send asynchronous requests to a service component on WPS, that supports either SOAP/HTTP(S) or WMQ binding
Change Activity: -------- ----------- ------------- ------------------------------------ Reason: Date: Originator: Comments: -------- ----------- ------------- ------------------------------------ xxxxx.x 2010-08-10 dstorey creation xxxxx.x xxxx-xx-xx generated 7.0.0.2 Release
Modifier and Type | Class and Description |
---|---|
static class |
SCAAsynchronousRequestNode.ENUM_SCAASYNCHRONOUSREQUEST_TRANSACTIONMODE
ENUM_SCAASYNCHRONOUSREQUEST_TRANSACTIONMODE
|
class |
SCAAsynchronousRequestNode.OneWayOperationTable
OneWayOperationTable instance contains SCARequestOneWayOperationTableRow rows
|
class |
SCAAsynchronousRequestNode.SCARequestOneWayOperationTableRow
SCARequestOneWayOperationTableRow is used by OneWayOperationTable instance
|
Node.RotationKind
Modifier and Type | Field and Description |
---|---|
InputTerminal |
INPUT_TERMINAL_IN |
protected static java.lang.String |
NODE_GRAPHIC_16 |
protected static java.lang.String |
NODE_GRAPHIC_32 |
protected static java.lang.String |
NODE_TYPE_NAME |
OutputTerminal |
OUTPUT_TERMINAL_FAILURE |
OutputTerminal |
OUTPUT_TERMINAL_OUT |
protected static java.lang.String |
PROPERTY_ASYNCRESPONSECORRELATOR |
protected static java.lang.String |
PROPERTY_ENABLECRLCHECK |
protected static java.lang.String |
PROPERTY_KEYALIAS |
protected static java.lang.String |
PROPERTY_MESSAGESETPROPERTY |
protected static java.lang.String |
PROPERTY_MQREQUESTQUEUEMANAGERNAME |
protected static java.lang.String |
PROPERTY_MQREQUESTQUEUENAME |
protected static java.lang.String |
PROPERTY_MQRESPONSEMESSAGECORRELATION |
protected static java.lang.String |
PROPERTY_MQRESPONSEQUEUEMANAGERNAME |
protected static java.lang.String |
PROPERTY_MQRESPONSEQUEUENAME |
protected static java.lang.String |
PROPERTY_MQSELECTEDOPERATION |
protected static java.lang.String |
PROPERTY_POLICYSET |
protected static java.lang.String |
PROPERTY_POLICYSETBINDINGS |
protected static java.lang.String |
PROPERTY_SCABINDING |
protected static java.lang.String |
PROPERTY_SCAFILENAME |
protected static java.lang.String |
PROPERTY_SECURITYPROFILENAME |
protected static java.lang.String |
PROPERTY_SELECTEDBINDING |
protected static java.lang.String |
PROPERTY_SELECTEDOPERATION |
protected static java.lang.String |
PROPERTY_SELECTEDPORT |
protected static java.lang.String |
PROPERTY_SELECTEDPORTTYPE |
protected static java.lang.String |
PROPERTY_TARGETNAMESPACE |
protected static java.lang.String |
PROPERTY_TRANSACTIONMODE |
protected static java.lang.String |
PROPERTY_WEBSERVICEURL |
protected static java.lang.String |
PROPERTY_WSDLFILENAME |
copyright, dynamicInputTerminals, dynamicOutputTerminals, nodePropertyTables, udpSupport
Constructor and Description |
---|
SCAAsynchronousRequestNode() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAsyncResponseCorrelator()
Get the SCAAsynchronousRequestNode "Unique identifier" property
|
boolean |
getEnableCRLCheck()
Get the SCAAsynchronousRequestNode "Enable certificate revocation list checking" property
|
protected java.lang.String |
getGraphic16() |
protected java.lang.String |
getGraphic32() |
InputTerminal[] |
getInputTerminals()
Gets the full list of available InputTerminals for this Node
|
java.lang.String |
getKeyAlias()
Get the SCAAsynchronousRequestNode "SSL client authentication key alias" property
|
java.lang.String |
getMessageSetProperty()
Get the SCAAsynchronousRequestNode "MessageSetProperty" property
|
java.lang.String |
getMqRequestQueueManagerName()
Get the SCAAsynchronousRequestNode "Queue manager name" property
|
java.lang.String |
getMqRequestQueueName()
Get the SCAAsynchronousRequestNode "Queue name" property
|
java.lang.String |
getMqResponseMessageCorrelation()
Get the SCAAsynchronousRequestNode "Response message correlation" property
|
java.lang.String |
getMqResponseQueueManagerName()
Get the SCAAsynchronousRequestNode "Reply-to queue manager name" property
|
java.lang.String |
getMqResponseQueueName()
Get the SCAAsynchronousRequestNode "Reply-to queue name" property
|
java.lang.String |
getMqSelectedOperation()
Get the SCAAsynchronousRequestNode "Operation" property
|
java.lang.String |
getNodeName()
Gets the label name of this node
|
protected NodeProperty[] |
getNodeProperties()
Returns the list of simple properties which are available to set on this node
No instance values are set here.
|
SCAAsynchronousRequestNode.OneWayOperationTable |
getOneWayOperationTable()
Retrieve the oneWayOperationTable table for the node SCAAsynchronousRequestNode
|
OutputTerminal[] |
getOutputTerminals()
Gets the full list of available OutputTerminals for this Node
|
java.lang.String |
getPolicySet()
Get the SCAAsynchronousRequestNode "PolicySet" property
|
java.lang.String |
getPolicySetBindings()
Get the SCAAsynchronousRequestNode "PolicySetBindings" property
|
java.lang.String |
getScaBinding()
Get the SCAAsynchronousRequestNode "Binding type" property
|
java.lang.String |
getScaFileName()
Get the SCAAsynchronousRequestNode "Integration Bus SCA definition" property
|
java.lang.String |
getSecurityProfileName()
Get the SCAAsynchronousRequestNode "Security profile" property
|
java.lang.String |
getSelectedBinding()
Get the SCAAsynchronousRequestNode "Imported binding" property
|
java.lang.String |
getSelectedOperation()
Get the SCAAsynchronousRequestNode "Operation" property
|
java.lang.String |
getSelectedPort()
Get the SCAAsynchronousRequestNode "Service port" property
|
java.lang.String |
getSelectedPortType()
Get the SCAAsynchronousRequestNode "Port type" property
|
java.lang.String |
getTargetNamespace()
Get the SCAAsynchronousRequestNode "Target namespace" property
|
SCAAsynchronousRequestNode.ENUM_SCAASYNCHRONOUSREQUEST_TRANSACTIONMODE |
getTransactionMode()
Get the SCAAsynchronousRequestNode "Transaction mode" property
|
java.lang.String |
getTypeName()
Gets the node type of this node
|
java.lang.String |
getWebServiceURL()
Get the SCAAsynchronousRequestNode "Web service URL" property
|
java.lang.String |
getWsdlFileName()
Get the SCAAsynchronousRequestNode "WSDL file name" property
|
SCAAsynchronousRequestNode |
setAsyncResponseCorrelator(java.lang.String value)
Set the SCAAsynchronousRequestNode "Unique identifier" property
|
SCAAsynchronousRequestNode |
setEnableCRLCheck(boolean value)
Set the SCAAsynchronousRequestNode "Enable certificate revocation list checking" property
|
SCAAsynchronousRequestNode |
setKeyAlias(java.lang.String value)
Set the SCAAsynchronousRequestNode "SSL client authentication key alias" property
|
SCAAsynchronousRequestNode |
setMessageSetProperty(java.lang.String value)
Set the SCAAsynchronousRequestNode "MessageSetProperty" property
|
SCAAsynchronousRequestNode |
setMqRequestQueueManagerName(java.lang.String value)
Set the SCAAsynchronousRequestNode "Queue manager name" property
|
SCAAsynchronousRequestNode |
setMqRequestQueueName(java.lang.String value)
Set the SCAAsynchronousRequestNode "Queue name" property
|
SCAAsynchronousRequestNode |
setMqResponseMessageCorrelation(java.lang.String value)
Set the SCAAsynchronousRequestNode "Response message correlation" property
|
SCAAsynchronousRequestNode |
setMqResponseQueueManagerName(java.lang.String value)
Set the SCAAsynchronousRequestNode "Reply-to queue manager name" property
|
SCAAsynchronousRequestNode |
setMqResponseQueueName(java.lang.String value)
Set the SCAAsynchronousRequestNode "Reply-to queue name" property
|
SCAAsynchronousRequestNode |
setMqSelectedOperation(java.lang.String value)
Set the SCAAsynchronousRequestNode "Operation" property
|
SCAAsynchronousRequestNode |
setPolicySet(java.lang.String value)
Set the SCAAsynchronousRequestNode "PolicySet" property
|
SCAAsynchronousRequestNode |
setPolicySetBindings(java.lang.String value)
Set the SCAAsynchronousRequestNode "PolicySetBindings" property
|
SCAAsynchronousRequestNode |
setScaBinding(java.lang.String value)
Set the SCAAsynchronousRequestNode "Binding type" property
|
SCAAsynchronousRequestNode |
setScaFileName(java.lang.String value)
Set the SCAAsynchronousRequestNode "Integration Bus SCA definition" property
|
SCAAsynchronousRequestNode |
setSecurityProfileName(java.lang.String value)
Set the SCAAsynchronousRequestNode "Security profile" property
|
SCAAsynchronousRequestNode |
setSelectedBinding(java.lang.String value)
Set the SCAAsynchronousRequestNode "Imported binding" property
|
SCAAsynchronousRequestNode |
setSelectedOperation(java.lang.String value)
Set the SCAAsynchronousRequestNode "Operation" property
|
SCAAsynchronousRequestNode |
setSelectedPort(java.lang.String value)
Set the SCAAsynchronousRequestNode "Service port" property
|
SCAAsynchronousRequestNode |
setSelectedPortType(java.lang.String value)
Set the SCAAsynchronousRequestNode "Port type" property
|
SCAAsynchronousRequestNode |
setTargetNamespace(java.lang.String value)
Set the SCAAsynchronousRequestNode "Target namespace" property
|
SCAAsynchronousRequestNode |
setTransactionMode(SCAAsynchronousRequestNode.ENUM_SCAASYNCHRONOUSREQUEST_TRANSACTIONMODE value)
Set the SCAAsynchronousRequestNode "Transaction mode" property
|
SCAAsynchronousRequestNode |
setWebServiceURL(java.lang.String value)
Set the SCAAsynchronousRequestNode "Web service URL" property
|
SCAAsynchronousRequestNode |
setWsdlFileName(java.lang.String value)
Set the SCAAsynchronousRequestNode "WSDL file name" property
|
addAdditionalProperty, addMonitorEvent, addNsmapping, clone, createNewInputTerminal, createNewInputTerminal, createNewOutputTerminal, createNewOutputTerminal, findPropertyByName, getAllNodeProperties, getInputTerminal, getInputTerminal, getInstanceNodeProperties, getLocation, getLongDescription, getMandatoryPropertyNames, getMonitorEvents, getNodeId, getNodePropertyTables, getNsmappingtables, getOutputTerminal, getOutputTerminal, getPropertyDefaultValue, getPropertyNames, getPropertyValue, getRotate, getShortDescription, getUUID, isUdpSupport, removeMonitorEvent, removeNsmapping, setLocation, setLocation, setLongDescription, setMonitorEvents, setNodeId, setNodeName, setNsmappingtables, setProperty, setRotate, setShortDescription, toString
protected static final java.lang.String NODE_TYPE_NAME
protected static final java.lang.String NODE_GRAPHIC_16
protected static final java.lang.String NODE_GRAPHIC_32
protected static final java.lang.String PROPERTY_ASYNCRESPONSECORRELATOR
protected static final java.lang.String PROPERTY_SCAFILENAME
protected static final java.lang.String PROPERTY_SCABINDING
protected static final java.lang.String PROPERTY_MQSELECTEDOPERATION
protected static final java.lang.String PROPERTY_MQREQUESTQUEUENAME
protected static final java.lang.String PROPERTY_MQREQUESTQUEUEMANAGERNAME
protected static final java.lang.String PROPERTY_MQRESPONSEQUEUENAME
protected static final java.lang.String PROPERTY_MQRESPONSEQUEUEMANAGERNAME
protected static final java.lang.String PROPERTY_MQRESPONSEMESSAGECORRELATION
protected static final java.lang.String PROPERTY_WSDLFILENAME
protected static final java.lang.String PROPERTY_TARGETNAMESPACE
protected static final java.lang.String PROPERTY_SELECTEDPORTTYPE
protected static final java.lang.String PROPERTY_SELECTEDBINDING
protected static final java.lang.String PROPERTY_SELECTEDOPERATION
protected static final java.lang.String PROPERTY_SELECTEDPORT
protected static final java.lang.String PROPERTY_WEBSERVICEURL
protected static final java.lang.String PROPERTY_MESSAGESETPROPERTY
protected static final java.lang.String PROPERTY_KEYALIAS
protected static final java.lang.String PROPERTY_ENABLECRLCHECK
protected static final java.lang.String PROPERTY_SECURITYPROFILENAME
protected static final java.lang.String PROPERTY_POLICYSET
protected static final java.lang.String PROPERTY_POLICYSETBINDINGS
protected static final java.lang.String PROPERTY_TRANSACTIONMODE
public final InputTerminal INPUT_TERMINAL_IN
public final OutputTerminal OUTPUT_TERMINAL_OUT
public final OutputTerminal OUTPUT_TERMINAL_FAILURE
protected NodeProperty[] getNodeProperties()
Node
getNodeProperties
in class Node
public SCAAsynchronousRequestNode.OneWayOperationTable getOneWayOperationTable()
public InputTerminal[] getInputTerminals()
Node
getInputTerminals
in class Node
public OutputTerminal[] getOutputTerminals()
Node
getOutputTerminals
in class Node
public java.lang.String getTypeName()
Node
getTypeName
in class Node
protected java.lang.String getGraphic16()
protected java.lang.String getGraphic32()
public SCAAsynchronousRequestNode setAsyncResponseCorrelator(java.lang.String value)
value
- String ; the value to set the property "Unique identifier"public java.lang.String getAsyncResponseCorrelator()
public SCAAsynchronousRequestNode setScaFileName(java.lang.String value)
value
- String ; the value to set the property "Integration Bus SCA definition"public java.lang.String getScaFileName()
public SCAAsynchronousRequestNode setScaBinding(java.lang.String value)
value
- String ; the value to set the property "Binding type"public java.lang.String getScaBinding()
public SCAAsynchronousRequestNode setMqSelectedOperation(java.lang.String value)
value
- String ; the value to set the property "Operation"public java.lang.String getMqSelectedOperation()
public SCAAsynchronousRequestNode setMqRequestQueueName(java.lang.String value)
value
- String ; the value to set the property "Queue name"public java.lang.String getMqRequestQueueName()
public SCAAsynchronousRequestNode setMqRequestQueueManagerName(java.lang.String value)
value
- String ; the value to set the property "Queue manager name"public java.lang.String getMqRequestQueueManagerName()
public SCAAsynchronousRequestNode setMqResponseQueueName(java.lang.String value)
value
- String ; the value to set the property "Reply-to queue name"public java.lang.String getMqResponseQueueName()
public SCAAsynchronousRequestNode setMqResponseQueueManagerName(java.lang.String value)
value
- String ; the value to set the property "Reply-to queue manager name"public java.lang.String getMqResponseQueueManagerName()
public SCAAsynchronousRequestNode setMqResponseMessageCorrelation(java.lang.String value)
value
- String ; the value to set the property "Response message correlation"public java.lang.String getMqResponseMessageCorrelation()
public SCAAsynchronousRequestNode setWsdlFileName(java.lang.String value)
value
- String ; the value to set the property "WSDL file name"public java.lang.String getWsdlFileName()
public SCAAsynchronousRequestNode setTargetNamespace(java.lang.String value)
value
- String ; the value to set the property "Target namespace"public java.lang.String getTargetNamespace()
public SCAAsynchronousRequestNode setSelectedPortType(java.lang.String value)
value
- String ; the value to set the property "Port type"public java.lang.String getSelectedPortType()
public SCAAsynchronousRequestNode setSelectedBinding(java.lang.String value)
value
- String ; the value to set the property "Imported binding"public java.lang.String getSelectedBinding()
public SCAAsynchronousRequestNode setSelectedOperation(java.lang.String value)
value
- String ; the value to set the property "Operation"public java.lang.String getSelectedOperation()
public SCAAsynchronousRequestNode setSelectedPort(java.lang.String value)
value
- String ; the value to set the property "Service port"public java.lang.String getSelectedPort()
public SCAAsynchronousRequestNode setWebServiceURL(java.lang.String value)
value
- String ; the value to set the property "Web service URL"public java.lang.String getWebServiceURL()
public SCAAsynchronousRequestNode setMessageSetProperty(java.lang.String value)
value
- String ; the value to set the property "MessageSetProperty"public java.lang.String getMessageSetProperty()
public SCAAsynchronousRequestNode setKeyAlias(java.lang.String value)
value
- String ; the value to set the property "SSL client authentication key alias"public java.lang.String getKeyAlias()
public SCAAsynchronousRequestNode setEnableCRLCheck(boolean value)
value
- boolean ; the value to set the property "Enable certificate revocation list checking"public boolean getEnableCRLCheck()
public SCAAsynchronousRequestNode setSecurityProfileName(java.lang.String value)
value
- String ; the value to set the property "Security profile"public java.lang.String getSecurityProfileName()
public SCAAsynchronousRequestNode setPolicySet(java.lang.String value)
value
- String ; the value to set the property "PolicySet"public java.lang.String getPolicySet()
public SCAAsynchronousRequestNode setPolicySetBindings(java.lang.String value)
value
- String ; the value to set the property "PolicySetBindings"public java.lang.String getPolicySetBindings()
public SCAAsynchronousRequestNode setTransactionMode(SCAAsynchronousRequestNode.ENUM_SCAASYNCHRONOUSREQUEST_TRANSACTIONMODE value)
value
- ENUM_SCAASYNCHRONOUSREQUEST_TRANSACTIONMODE ; the value to set the property "Transaction mode"public SCAAsynchronousRequestNode.ENUM_SCAASYNCHRONOUSREQUEST_TRANSACTIONMODE getTransactionMode()
public java.lang.String getNodeName()
Node
MessageFlow mf1 = patternInstanceManager.getMessageFlow("MyFlowProject", "mf1.msgflow"); Node inputMQNode = mf1.getNodeByName("My Input Node"); inputMQNode.setNodeName("Renamed Input Node");
getNodeName
in class Node