public class HTTPAsynchronousResponseNode extends Node
HTTPAsynchronousResponseNode instance
Allows integration bus to receive asynchronous HTTP replies from an external HTTP service
Change Activity: -------- ----------- ------------- ------------------------------------ Reason: Date: Originator: Comments: -------- ----------- ------------- ------------------------------------ xxxxx.x 2010-08-10 dstorey creation xxxxx.x xxxx-xx-xx generated 8.0.0.1 Release
Modifier and Type | Class and Description |
---|---|
static class |
HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_PARSERXMLNSCCOMMENTSRETAINMODE
ENUM_HTTPASYNCHRONOUSRESPONSE_PARSERXMLNSCCOMMENTSRETAINMODE
|
static class |
HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_PARSERXMLNSCMIXEDCONTENTRETAINMODE
ENUM_HTTPASYNCHRONOUSRESPONSE_PARSERXMLNSCMIXEDCONTENTRETAINMODE
|
static class |
HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE
ENUM_HTTPASYNCHRONOUSRESPONSE_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE
|
static class |
HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFAILUREACTION
ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFAILUREACTION
|
static class |
HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFIXUP
ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFIXUP
|
static class |
HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEMASTER
ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEMASTER
|
static class |
HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATETIMING
ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATETIMING
|
class |
HTTPAsynchronousResponseNode.OpaqueElementsRow
OpaqueElementsRow is used by ParserXmlnscOpaqueElementsTable instance
|
class |
HTTPAsynchronousResponseNode.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 |
---|
HTTPAsynchronousResponseNode() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAsyncRequestCorrelator()
Get the HTTPAsynchronousResponseNode "Unique identifier" property
|
InputTerminal[] |
getInputTerminals()
Gets the full list of available InputTerminals for this Node
|
java.lang.String |
getMessageDomainProperty()
Get the HTTPAsynchronousResponseNode "Message domain" property
|
java.lang.String |
getMessageFormatProperty()
Get the HTTPAsynchronousResponseNode "Physical format" property
|
java.lang.String |
getMessageSetProperty()
Get the HTTPAsynchronousResponseNode "Message model" property
|
java.lang.String |
getMessageTypeProperty()
Get the HTTPAsynchronousResponseNode "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 HTTPAsynchronousResponseNode "Build tree using XML schema data types" property
|
HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_PARSERXMLNSCCOMMENTSRETAINMODE |
getParserXmlnscCommentsRetainMode()
Get the HTTPAsynchronousResponseNode "Retain comments" property
|
HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_PARSERXMLNSCMIXEDCONTENTRETAINMODE |
getParserXmlnscMixedContentRetainMode()
Get the HTTPAsynchronousResponseNode "Retain mixed content" property
|
HTTPAsynchronousResponseNode.ParserXmlnscOpaqueElementsTable |
getParserXmlnscOpaqueElementsTable()
Retrieve the Opaque elements table for the node HTTPAsynchronousResponseNode
|
HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE |
getParserXmlnscProcessingInstructionsRetainMode()
Get the HTTPAsynchronousResponseNode "Retain processing instructions" property
|
boolean |
getParserXmlnscUseForXmlnsDomain()
Get the HTTPAsynchronousResponseNode "Use XMLNSC compact parser for XMLNS domain" property
|
java.lang.String |
getTypeName()
Gets the node type of this node
|
boolean |
getValidateAllValueConstraints()
Get the HTTPAsynchronousResponseNode "Include all value constraints" property
|
HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFAILUREACTION |
getValidateFailureAction()
Get the HTTPAsynchronousResponseNode "Failure action" property
|
HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFIXUP |
getValidateFixup()
Get the HTTPAsynchronousResponseNode "Fix" property
|
HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEMASTER |
getValidateMaster()
Get the HTTPAsynchronousResponseNode "Validate" property
|
HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATETIMING |
getValidateTiming()
Get the HTTPAsynchronousResponseNode "Parse timing" property
|
HTTPAsynchronousResponseNode |
setAsyncRequestCorrelator(java.lang.String value)
Set the HTTPAsynchronousResponseNode "Unique identifier" property
|
HTTPAsynchronousResponseNode |
setMessageDomainProperty(java.lang.String value)
Set the HTTPAsynchronousResponseNode "Message domain" property
|
HTTPAsynchronousResponseNode |
setMessageFormatProperty(java.lang.String value)
Set the HTTPAsynchronousResponseNode "Physical format" property
|
HTTPAsynchronousResponseNode |
setMessageSetProperty(java.lang.String value)
Set the HTTPAsynchronousResponseNode "Message model" property
|
HTTPAsynchronousResponseNode |
setMessageTypeProperty(java.lang.String value)
Set the HTTPAsynchronousResponseNode "Message" property
|
HTTPAsynchronousResponseNode |
setParserXmlnscBuildTreeUsingXMLSchema(boolean value)
Set the HTTPAsynchronousResponseNode "Build tree using XML schema data types" property
|
HTTPAsynchronousResponseNode |
setParserXmlnscCommentsRetainMode(HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_PARSERXMLNSCCOMMENTSRETAINMODE value)
Set the HTTPAsynchronousResponseNode "Retain comments" property
|
HTTPAsynchronousResponseNode |
setParserXmlnscMixedContentRetainMode(HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_PARSERXMLNSCMIXEDCONTENTRETAINMODE value)
Set the HTTPAsynchronousResponseNode "Retain mixed content" property
|
HTTPAsynchronousResponseNode |
setParserXmlnscProcessingInstructionsRetainMode(HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE value)
Set the HTTPAsynchronousResponseNode "Retain processing instructions" property
|
HTTPAsynchronousResponseNode |
setParserXmlnscUseForXmlnsDomain(boolean value)
Set the HTTPAsynchronousResponseNode "Use XMLNSC compact parser for XMLNS domain" property
|
HTTPAsynchronousResponseNode |
setValidateAllValueConstraints(boolean value)
Set the HTTPAsynchronousResponseNode "Include all value constraints" property
|
HTTPAsynchronousResponseNode |
setValidateFailureAction(HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFAILUREACTION value)
Set the HTTPAsynchronousResponseNode "Failure action" property
|
HTTPAsynchronousResponseNode |
setValidateFixup(HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFIXUP value)
Set the HTTPAsynchronousResponseNode "Fix" property
|
HTTPAsynchronousResponseNode |
setValidateMaster(HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEMASTER value)
Set the HTTPAsynchronousResponseNode "Validate" property
|
HTTPAsynchronousResponseNode |
setValidateTiming(HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATETIMING value)
Set the HTTPAsynchronousResponseNode "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 HTTPAsynchronousResponseNode.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 HTTPAsynchronousResponseNode setAsyncRequestCorrelator(java.lang.String value)
value
- String ; the value to set the property "Unique identifier"public java.lang.String getAsyncRequestCorrelator()
public HTTPAsynchronousResponseNode setMessageDomainProperty(java.lang.String value)
value
- String ; the value to set the property "Message domain"public java.lang.String getMessageDomainProperty()
public HTTPAsynchronousResponseNode setMessageSetProperty(java.lang.String value)
value
- String ; the value to set the property "Message model"public java.lang.String getMessageSetProperty()
public HTTPAsynchronousResponseNode setMessageTypeProperty(java.lang.String value)
value
- String ; the value to set the property "Message"public java.lang.String getMessageTypeProperty()
public HTTPAsynchronousResponseNode setMessageFormatProperty(java.lang.String value)
value
- String ; the value to set the property "Physical format"public java.lang.String getMessageFormatProperty()
public HTTPAsynchronousResponseNode setValidateTiming(HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATETIMING value)
value
- ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATETIMING ; the value to set the property "Parse timing"public HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATETIMING getValidateTiming()
public HTTPAsynchronousResponseNode setParserXmlnscBuildTreeUsingXMLSchema(boolean value)
value
- boolean ; the value to set the property "Build tree using XML schema data types"public boolean getParserXmlnscBuildTreeUsingXMLSchema()
public HTTPAsynchronousResponseNode setParserXmlnscUseForXmlnsDomain(boolean value)
value
- boolean ; the value to set the property "Use XMLNSC compact parser for XMLNS domain"public boolean getParserXmlnscUseForXmlnsDomain()
public HTTPAsynchronousResponseNode setParserXmlnscMixedContentRetainMode(HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_PARSERXMLNSCMIXEDCONTENTRETAINMODE value)
value
- ENUM_HTTPASYNCHRONOUSRESPONSE_PARSERXMLNSCMIXEDCONTENTRETAINMODE ; the value to set the property "Retain mixed content"public HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_PARSERXMLNSCMIXEDCONTENTRETAINMODE getParserXmlnscMixedContentRetainMode()
public HTTPAsynchronousResponseNode setParserXmlnscCommentsRetainMode(HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_PARSERXMLNSCCOMMENTSRETAINMODE value)
value
- ENUM_HTTPASYNCHRONOUSRESPONSE_PARSERXMLNSCCOMMENTSRETAINMODE ; the value to set the property "Retain comments"public HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_PARSERXMLNSCCOMMENTSRETAINMODE getParserXmlnscCommentsRetainMode()
public HTTPAsynchronousResponseNode setParserXmlnscProcessingInstructionsRetainMode(HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE value)
value
- ENUM_HTTPASYNCHRONOUSRESPONSE_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE ; the value to set the property "Retain processing instructions"public HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE getParserXmlnscProcessingInstructionsRetainMode()
public HTTPAsynchronousResponseNode setValidateMaster(HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEMASTER value)
value
- ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEMASTER ; the value to set the property "Validate"public HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEMASTER getValidateMaster()
public HTTPAsynchronousResponseNode setValidateFailureAction(HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFAILUREACTION value)
value
- ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFAILUREACTION ; the value to set the property "Failure action"public HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFAILUREACTION getValidateFailureAction()
public HTTPAsynchronousResponseNode setValidateAllValueConstraints(boolean value)
value
- boolean ; the value to set the property "Include all value constraints"public boolean getValidateAllValueConstraints()
public HTTPAsynchronousResponseNode setValidateFixup(HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFIXUP value)
value
- ENUM_HTTPASYNCHRONOUSRESPONSE_VALIDATEFIXUP ; the value to set the property "Fix"public HTTPAsynchronousResponseNode.ENUM_HTTPASYNCHRONOUSRESPONSE_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