public class RESTAsyncResponseNode extends Node
RESTAsyncResponseNode instance
Change Activity: -------- ----------- ------------- ------------------------------------ Reason: Date: Originator: Comments: -------- ----------- ------------- ------------------------------------ xxxxx.x 2010-08-10 dstorey creation
Modifier and Type | Class and Description |
---|---|
static class |
RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_PARSERXMLNSCCOMMENTSRETAINMODE
ENUM_RESTASYNCRESPONSE_PARSERXMLNSCCOMMENTSRETAINMODE
|
static class |
RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_PARSERXMLNSCMIXEDCONTENTRETAINMODE
ENUM_RESTASYNCRESPONSE_PARSERXMLNSCMIXEDCONTENTRETAINMODE
|
static class |
RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE
ENUM_RESTASYNCRESPONSE_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE
|
static class |
RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_VALIDATEFAILUREACTION
ENUM_RESTASYNCRESPONSE_VALIDATEFAILUREACTION
|
static class |
RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_VALIDATEFIXUP
ENUM_RESTASYNCRESPONSE_VALIDATEFIXUP
|
static class |
RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_VALIDATEMASTER
ENUM_RESTASYNCRESPONSE_VALIDATEMASTER
|
static class |
RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_VALIDATETIMING
ENUM_RESTASYNCRESPONSE_VALIDATETIMING
|
class |
RESTAsyncResponseNode.OpaqueElementsRow
OpaqueElementsRow is used by ParserXmlnscOpaqueElementsTable instance
|
class |
RESTAsyncResponseNode.ParserXmlnscOpaqueElementsTable
ParserXmlnscOpaqueElementsTable instance contains OpaqueElementsRow rows
|
Node.RotationKind
Modifier and Type | Field and Description |
---|---|
OutputTerminal |
OUTPUT_TERMINAL_CATCH |
OutputTerminal |
OUTPUT_TERMINAL_ERROR |
OutputTerminal |
OUTPUT_TERMINAL_FAILURE |
OutputTerminal |
OUTPUT_TERMINAL_OUT |
Constructor and Description |
---|
RESTAsyncResponseNode() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAsyncRequestCorrelator()
Get the RESTAsyncResponseNode "Unique identifier" property
|
boolean |
getContentTypeHandling()
Get the RESTAsyncResponseNode "Automatic Content-Type handling" property
|
InputTerminal[] |
getInputTerminals()
Gets the full list of available InputTerminals for this Node
|
java.lang.String |
getMessageDomainProperty()
Get the RESTAsyncResponseNode "Message domain" property
|
java.lang.String |
getMessageFormatProperty()
Get the RESTAsyncResponseNode "Physical format" property
|
java.lang.String |
getMessageSetProperty()
Get the RESTAsyncResponseNode "Message model" property
|
java.lang.String |
getMessageTypeProperty()
Get the RESTAsyncResponseNode "Message" property
|
java.lang.String |
getNodeName()
Gets the label name of this node
|
OutputTerminal[] |
getOutputTerminals()
Gets the full list of available OutputTerminals for this Node
|
boolean |
getParserXmlnscBuildTreeUsingXMLSchema()
Get the RESTAsyncResponseNode "Build tree using XML schema data types" property
|
RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_PARSERXMLNSCCOMMENTSRETAINMODE |
getParserXmlnscCommentsRetainMode()
Get the RESTAsyncResponseNode "Retain comments" property
|
RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_PARSERXMLNSCMIXEDCONTENTRETAINMODE |
getParserXmlnscMixedContentRetainMode()
Get the RESTAsyncResponseNode "Retain mixed content" property
|
RESTAsyncResponseNode.ParserXmlnscOpaqueElementsTable |
getParserXmlnscOpaqueElementsTable()
Retrieve the Opaque elements table for the node RESTAsyncResponseNode
|
RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE |
getParserXmlnscProcessingInstructionsRetainMode()
Get the RESTAsyncResponseNode "Retain processing instructions" property
|
boolean |
getParserXmlnscUseForXmlnsDomain()
Get the RESTAsyncResponseNode "Use XMLNSC compact parser for XMLNS domain" property
|
java.lang.String |
getTypeName()
Gets the node type of this node
|
RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_VALIDATEFAILUREACTION |
getValidateFailureAction()
Get the RESTAsyncResponseNode "Failure action" property
|
RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_VALIDATEFIXUP |
getValidateFixup()
Get the RESTAsyncResponseNode "ValidateFixup" property
|
RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_VALIDATEMASTER |
getValidateMaster()
Get the RESTAsyncResponseNode "Validate" property
|
RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_VALIDATETIMING |
getValidateTiming()
Get the RESTAsyncResponseNode "Parse timing" property
|
RESTAsyncResponseNode |
setAsyncRequestCorrelator(java.lang.String value)
Set the RESTAsyncResponseNode "Unique identifier" property
|
RESTAsyncResponseNode |
setContentTypeHandling(boolean value)
Set the RESTAsyncResponseNode "Automatic Content-Type handling" property
|
RESTAsyncResponseNode |
setMessageDomainProperty(java.lang.String value)
Set the RESTAsyncResponseNode "Message domain" property
|
RESTAsyncResponseNode |
setMessageFormatProperty(java.lang.String value)
Set the RESTAsyncResponseNode "Physical format" property
|
RESTAsyncResponseNode |
setMessageSetProperty(java.lang.String value)
Set the RESTAsyncResponseNode "Message model" property
|
RESTAsyncResponseNode |
setMessageTypeProperty(java.lang.String value)
Set the RESTAsyncResponseNode "Message" property
|
RESTAsyncResponseNode |
setParserXmlnscBuildTreeUsingXMLSchema(boolean value)
Set the RESTAsyncResponseNode "Build tree using XML schema data types" property
|
RESTAsyncResponseNode |
setParserXmlnscCommentsRetainMode(RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_PARSERXMLNSCCOMMENTSRETAINMODE value)
Set the RESTAsyncResponseNode "Retain comments" property
|
RESTAsyncResponseNode |
setParserXmlnscMixedContentRetainMode(RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_PARSERXMLNSCMIXEDCONTENTRETAINMODE value)
Set the RESTAsyncResponseNode "Retain mixed content" property
|
RESTAsyncResponseNode |
setParserXmlnscProcessingInstructionsRetainMode(RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE value)
Set the RESTAsyncResponseNode "Retain processing instructions" property
|
RESTAsyncResponseNode |
setParserXmlnscUseForXmlnsDomain(boolean value)
Set the RESTAsyncResponseNode "Use XMLNSC compact parser for XMLNS domain" property
|
RESTAsyncResponseNode |
setValidateFailureAction(RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_VALIDATEFAILUREACTION value)
Set the RESTAsyncResponseNode "Failure action" property
|
RESTAsyncResponseNode |
setValidateFixup(RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_VALIDATEFIXUP value)
Set the RESTAsyncResponseNode "ValidateFixup" property
|
RESTAsyncResponseNode |
setValidateMaster(RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_VALIDATEMASTER value)
Set the RESTAsyncResponseNode "Validate" property
|
RESTAsyncResponseNode |
setValidateTiming(RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_VALIDATETIMING value)
Set the RESTAsyncResponseNode "Parse timing" property
|
addNsmapping, clone, findPropertyByName, getInputTerminal, getInputTerminal, getInstanceNodeProperties, getLocation, getLongDescription, getMandatoryPropertyNames, getNodePropertyTables, getNsmappingtables, getOutputTerminal, getOutputTerminal, getPropertyDefaultValue, getPropertyNames, getPropertyValue, getRotate, getShortDescription, isUdpSupport, removeNsmapping, setLocation, setLocation, setLongDescription, setNodeName, setNsmappingtables, setProperty, setRotate, setShortDescription, toString
public final OutputTerminal OUTPUT_TERMINAL_OUT
public final OutputTerminal OUTPUT_TERMINAL_CATCH
public final OutputTerminal OUTPUT_TERMINAL_FAILURE
public final OutputTerminal OUTPUT_TERMINAL_ERROR
public RESTAsyncResponseNode.ParserXmlnscOpaqueElementsTable getParserXmlnscOpaqueElementsTable()
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
public RESTAsyncResponseNode setAsyncRequestCorrelator(java.lang.String value)
value
- String ; the value to set the property "Unique identifier"public java.lang.String getAsyncRequestCorrelator()
public RESTAsyncResponseNode setContentTypeHandling(boolean value)
value
- boolean ; the value to set the property "Automatic Content-Type handling"public boolean getContentTypeHandling()
public RESTAsyncResponseNode setMessageDomainProperty(java.lang.String value)
value
- String ; the value to set the property "Message domain"public java.lang.String getMessageDomainProperty()
public RESTAsyncResponseNode setMessageSetProperty(java.lang.String value)
value
- String ; the value to set the property "Message model"public java.lang.String getMessageSetProperty()
public RESTAsyncResponseNode setMessageTypeProperty(java.lang.String value)
value
- String ; the value to set the property "Message"public java.lang.String getMessageTypeProperty()
public RESTAsyncResponseNode setMessageFormatProperty(java.lang.String value)
value
- String ; the value to set the property "Physical format"public java.lang.String getMessageFormatProperty()
public RESTAsyncResponseNode setValidateTiming(RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_VALIDATETIMING value)
value
- ENUM_RESTASYNCRESPONSE_VALIDATETIMING ; the value to set the property "Parse timing"public RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_VALIDATETIMING getValidateTiming()
public RESTAsyncResponseNode setParserXmlnscBuildTreeUsingXMLSchema(boolean value)
value
- boolean ; the value to set the property "Build tree using XML schema data types"public boolean getParserXmlnscBuildTreeUsingXMLSchema()
public RESTAsyncResponseNode setParserXmlnscUseForXmlnsDomain(boolean value)
value
- boolean ; the value to set the property "Use XMLNSC compact parser for XMLNS domain"public boolean getParserXmlnscUseForXmlnsDomain()
public RESTAsyncResponseNode setParserXmlnscMixedContentRetainMode(RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_PARSERXMLNSCMIXEDCONTENTRETAINMODE value)
value
- ENUM_RESTASYNCRESPONSE_PARSERXMLNSCMIXEDCONTENTRETAINMODE ; the value to set the property "Retain mixed content"public RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_PARSERXMLNSCMIXEDCONTENTRETAINMODE getParserXmlnscMixedContentRetainMode()
public RESTAsyncResponseNode setParserXmlnscCommentsRetainMode(RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_PARSERXMLNSCCOMMENTSRETAINMODE value)
value
- ENUM_RESTASYNCRESPONSE_PARSERXMLNSCCOMMENTSRETAINMODE ; the value to set the property "Retain comments"public RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_PARSERXMLNSCCOMMENTSRETAINMODE getParserXmlnscCommentsRetainMode()
public RESTAsyncResponseNode setParserXmlnscProcessingInstructionsRetainMode(RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE value)
value
- ENUM_RESTASYNCRESPONSE_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE ; the value to set the property "Retain processing instructions"public RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE getParserXmlnscProcessingInstructionsRetainMode()
public RESTAsyncResponseNode setValidateMaster(RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_VALIDATEMASTER value)
value
- ENUM_RESTASYNCRESPONSE_VALIDATEMASTER ; the value to set the property "Validate"public RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_VALIDATEMASTER getValidateMaster()
public RESTAsyncResponseNode setValidateFailureAction(RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_VALIDATEFAILUREACTION value)
value
- ENUM_RESTASYNCRESPONSE_VALIDATEFAILUREACTION ; the value to set the property "Failure action"public RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_VALIDATEFAILUREACTION getValidateFailureAction()
public RESTAsyncResponseNode setValidateFixup(RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_VALIDATEFIXUP value)
value
- ENUM_RESTASYNCRESPONSE_VALIDATEFIXUP ; the value to set the property "ValidateFixup"public RESTAsyncResponseNode.ENUM_RESTASYNCRESPONSE_VALIDATEFIXUP getValidateFixup()
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