public class RESTRequestNode extends Node
RESTRequestNode instance
Use the RESTRequest node to interact with REST APIs hosted on external HTTP servers
Change Activity: -------- ----------- ------------- ------------------------------------ Reason: Date: Originator: Comments: -------- ----------- ------------- ------------------------------------ xxxxx.x 2010-08-10 dstorey creation
Modifier and Type | Class and Description |
---|---|
static class |
RESTRequestNode.ENUM_RESTREQUEST_PARSERXMLNSCCOMMENTSRETAINMODE
ENUM_RESTREQUEST_PARSERXMLNSCCOMMENTSRETAINMODE
|
static class |
RESTRequestNode.ENUM_RESTREQUEST_PARSERXMLNSCMIXEDCONTENTRETAINMODE
ENUM_RESTREQUEST_PARSERXMLNSCMIXEDCONTENTRETAINMODE
|
static class |
RESTRequestNode.ENUM_RESTREQUEST_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE
ENUM_RESTREQUEST_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE
|
static class |
RESTRequestNode.ENUM_RESTREQUEST_PROTOCOL
ENUM_RESTREQUEST_PROTOCOL
|
static class |
RESTRequestNode.ENUM_RESTREQUEST_REQUESTCOMPRESSIONTYPE
ENUM_RESTREQUEST_REQUESTCOMPRESSIONTYPE
|
static class |
RESTRequestNode.ENUM_RESTREQUEST_VALIDATEFAILUREACTION
ENUM_RESTREQUEST_VALIDATEFAILUREACTION
|
static class |
RESTRequestNode.ENUM_RESTREQUEST_VALIDATEFIXUP
ENUM_RESTREQUEST_VALIDATEFIXUP
|
static class |
RESTRequestNode.ENUM_RESTREQUEST_VALIDATEMASTER
ENUM_RESTREQUEST_VALIDATEMASTER
|
static class |
RESTRequestNode.ENUM_RESTREQUEST_VALIDATETIMING
ENUM_RESTREQUEST_VALIDATETIMING
|
class |
RESTRequestNode.OpaqueElementsRow
OpaqueElementsRow is used by ParserXmlnscOpaqueElementsTable instance
|
class |
RESTRequestNode.parameterRow
parameterRow is used by ParametersTable instance
|
class |
RESTRequestNode.ParametersTable
ParametersTable instance contains parameterRow rows
|
class |
RESTRequestNode.ParserXmlnscOpaqueElementsTable
ParserXmlnscOpaqueElementsTable instance contains OpaqueElementsRow rows
|
Node.RotationKind
Modifier and Type | Field and Description |
---|---|
InputTerminal |
INPUT_TERMINAL_IN |
OutputTerminal |
OUTPUT_TERMINAL_ERROR |
OutputTerminal |
OUTPUT_TERMINAL_FAILURE |
OutputTerminal |
OUTPUT_TERMINAL_OUT |
Constructor and Description |
---|
RESTRequestNode() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccept()
Get the RESTRequestNode "Accept" property
|
boolean |
getAcceptCompressedResponses()
Get the RESTRequestNode "Accept compressed responses by default" property
|
java.lang.String |
getAllowedCiphers()
Get the RESTRequestNode "Allowed SSL ciphers" property
|
java.lang.String |
getBaseURL()
Get the RESTRequestNode "Base URL override" property
|
java.lang.String |
getContentType()
Get the RESTRequestNode "Content-Type" property
|
boolean |
getContentTypeHandling()
Get the RESTRequestNode "Automatic Content-Type handling" property
|
boolean |
getCopyLocalEnvironment()
Get the RESTRequestNode "Copy local environment" property
|
java.lang.String |
getDataLocation()
Get the RESTRequestNode "Input body location" property
|
java.lang.String |
getDefinitionFile()
Get the RESTRequestNode "Definitions file" property
|
java.lang.String |
getDefinitionType()
Get the RESTRequestNode "Definitions language" property
|
boolean |
getEnableCRLCheck()
Get the RESTRequestNode "Enable certificate revocation list checking" property
|
boolean |
getEnableKeepAlive()
Get the RESTRequestNode "Enable HTTP/1.1 keep-alive" property
|
java.lang.String |
getErrorDataLocation()
Get the RESTRequestNode "Error body location" property
|
boolean |
getFollowRedirection()
Get the RESTRequestNode "Follow HTTP(S) redirection" property
|
boolean |
getHostnameChecking()
Get the RESTRequestNode "Enable SSL certificate hostname checking" property
|
java.lang.String |
getHttpProxyLocation()
Get the RESTRequestNode "HTTP(S) proxy location" property
|
InputTerminal[] |
getInputTerminals()
Gets the full list of available InputTerminals for this Node
|
java.lang.String |
getKeyAlias()
Get the RESTRequestNode "SSL client authentication key alias" property
|
java.lang.String |
getMessageDomainProperty()
Get the RESTRequestNode "Message domain" property
|
java.lang.String |
getMessageFormatProperty()
Get the RESTRequestNode "Physical format" property
|
java.lang.String |
getMessageSetProperty()
Get the RESTRequestNode "Message model" property
|
java.lang.String |
getMessageTypeProperty()
Get the RESTRequestNode "Message" property
|
java.lang.String |
getNodeName()
Gets the label name of this node
|
java.lang.String |
getOperationName()
Get the RESTRequestNode "Operation" property
|
java.lang.String |
getOutputDataLocation()
Get the RESTRequestNode "Output body location" property
|
OutputTerminal[] |
getOutputTerminals()
Gets the full list of available OutputTerminals for this Node
|
RESTRequestNode.ParametersTable |
getParametersTable()
Retrieve the Parameters table for the node RESTRequestNode
|
boolean |
getParserXmlnscBuildTreeUsingXMLSchema()
Get the RESTRequestNode "Build tree using XML schema data types" property
|
RESTRequestNode.ENUM_RESTREQUEST_PARSERXMLNSCCOMMENTSRETAINMODE |
getParserXmlnscCommentsRetainMode()
Get the RESTRequestNode "Retain comments" property
|
RESTRequestNode.ENUM_RESTREQUEST_PARSERXMLNSCMIXEDCONTENTRETAINMODE |
getParserXmlnscMixedContentRetainMode()
Get the RESTRequestNode "Retain mixed content" property
|
RESTRequestNode.ParserXmlnscOpaqueElementsTable |
getParserXmlnscOpaqueElementsTable()
Retrieve the Opaque elements table for the node RESTRequestNode
|
RESTRequestNode.ENUM_RESTREQUEST_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE |
getParserXmlnscProcessingInstructionsRetainMode()
Get the RESTRequestNode "Retain processing instructions" property
|
boolean |
getParserXmlnscUseForXmlnsDomain()
Get the RESTRequestNode "Use XMLNSC compact parser for XMLNS domain" property
|
RESTRequestNode.ENUM_RESTREQUEST_PROTOCOL |
getProtocol()
Get the RESTRequestNode "Protocol" property
|
RESTRequestNode.ENUM_RESTREQUEST_REQUESTCOMPRESSIONTYPE |
getRequestCompressionType()
Get the RESTRequestNode "Use compression" property
|
java.lang.String |
getResultDataLocation()
Get the RESTRequestNode "Response body location" property
|
java.lang.String |
getSecurityIdentity()
Get the RESTRequestNode "Security identity" property
|
java.lang.String |
getSecurityProfileName()
Get the RESTRequestNode "Security profile" property
|
int |
getTimeoutForServer()
Get the RESTRequestNode Request timeout (sec) property
|
java.lang.String |
getTypeName()
Gets the node type of this node
|
RESTRequestNode.ENUM_RESTREQUEST_VALIDATEFAILUREACTION |
getValidateFailureAction()
Get the RESTRequestNode "Failure action" property
|
RESTRequestNode.ENUM_RESTREQUEST_VALIDATEFIXUP |
getValidateFixup()
Get the RESTRequestNode "ValidateFixup" property
|
RESTRequestNode.ENUM_RESTREQUEST_VALIDATEMASTER |
getValidateMaster()
Get the RESTRequestNode "Validate" property
|
RESTRequestNode.ENUM_RESTREQUEST_VALIDATETIMING |
getValidateTiming()
Get the RESTRequestNode "Parse timing" property
|
RESTRequestNode |
setAccept(java.lang.String value)
Set the RESTRequestNode "Accept" property
|
RESTRequestNode |
setAcceptCompressedResponses(boolean value)
Set the RESTRequestNode "Accept compressed responses by default" property
|
RESTRequestNode |
setAllowedCiphers(java.lang.String value)
Set the RESTRequestNode "Allowed SSL ciphers" property
|
RESTRequestNode |
setBaseURL(java.lang.String value)
Set the RESTRequestNode "Base URL override" property
|
RESTRequestNode |
setContentType(java.lang.String value)
Set the RESTRequestNode "Content-Type" property
|
RESTRequestNode |
setContentTypeHandling(boolean value)
Set the RESTRequestNode "Automatic Content-Type handling" property
|
RESTRequestNode |
setCopyLocalEnvironment(boolean value)
Set the RESTRequestNode "Copy local environment" property
|
RESTRequestNode |
setDataLocation(java.lang.String value)
Set the RESTRequestNode "Input body location" property
|
RESTRequestNode |
setDefinitionFile(java.lang.String value)
Set the RESTRequestNode "Definitions file" property
|
RESTRequestNode |
setDefinitionType(java.lang.String value)
Set the RESTRequestNode "Definitions language" property
|
RESTRequestNode |
setEnableCRLCheck(boolean value)
Set the RESTRequestNode "Enable certificate revocation list checking" property
|
RESTRequestNode |
setEnableKeepAlive(boolean value)
Set the RESTRequestNode "Enable HTTP/1.1 keep-alive" property
|
RESTRequestNode |
setErrorDataLocation(java.lang.String value)
Set the RESTRequestNode "Error body location" property
|
RESTRequestNode |
setFollowRedirection(boolean value)
Set the RESTRequestNode "Follow HTTP(S) redirection" property
|
RESTRequestNode |
setHostnameChecking(boolean value)
Set the RESTRequestNode "Enable SSL certificate hostname checking" property
|
RESTRequestNode |
setHttpProxyLocation(java.lang.String value)
Set the RESTRequestNode "HTTP(S) proxy location" property
|
RESTRequestNode |
setKeyAlias(java.lang.String value)
Set the RESTRequestNode "SSL client authentication key alias" property
|
RESTRequestNode |
setMessageDomainProperty(java.lang.String value)
Set the RESTRequestNode "Message domain" property
|
RESTRequestNode |
setMessageFormatProperty(java.lang.String value)
Set the RESTRequestNode "Physical format" property
|
RESTRequestNode |
setMessageSetProperty(java.lang.String value)
Set the RESTRequestNode "Message model" property
|
RESTRequestNode |
setMessageTypeProperty(java.lang.String value)
Set the RESTRequestNode "Message" property
|
RESTRequestNode |
setOperationName(java.lang.String value)
Set the RESTRequestNode "Operation" property
|
RESTRequestNode |
setOutputDataLocation(java.lang.String value)
Set the RESTRequestNode "Output body location" property
|
RESTRequestNode |
setParserXmlnscBuildTreeUsingXMLSchema(boolean value)
Set the RESTRequestNode "Build tree using XML schema data types" property
|
RESTRequestNode |
setParserXmlnscCommentsRetainMode(RESTRequestNode.ENUM_RESTREQUEST_PARSERXMLNSCCOMMENTSRETAINMODE value)
Set the RESTRequestNode "Retain comments" property
|
RESTRequestNode |
setParserXmlnscMixedContentRetainMode(RESTRequestNode.ENUM_RESTREQUEST_PARSERXMLNSCMIXEDCONTENTRETAINMODE value)
Set the RESTRequestNode "Retain mixed content" property
|
RESTRequestNode |
setParserXmlnscProcessingInstructionsRetainMode(RESTRequestNode.ENUM_RESTREQUEST_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE value)
Set the RESTRequestNode "Retain processing instructions" property
|
RESTRequestNode |
setParserXmlnscUseForXmlnsDomain(boolean value)
Set the RESTRequestNode "Use XMLNSC compact parser for XMLNS domain" property
|
RESTRequestNode |
setProtocol(RESTRequestNode.ENUM_RESTREQUEST_PROTOCOL value)
Set the RESTRequestNode "Protocol" property
|
RESTRequestNode |
setRequestCompressionType(RESTRequestNode.ENUM_RESTREQUEST_REQUESTCOMPRESSIONTYPE value)
Set the RESTRequestNode "Use compression" property
|
RESTRequestNode |
setResultDataLocation(java.lang.String value)
Set the RESTRequestNode "Response body location" property
|
RESTRequestNode |
setSecurityIdentity(java.lang.String value)
Set the RESTRequestNode "Security identity" property
|
RESTRequestNode |
setSecurityProfileName(java.lang.String value)
Set the RESTRequestNode "Security profile" property
|
RESTRequestNode |
setTimeoutForServer(int value)
Set the RESTRequestNode "Request timeout (sec)" property
|
RESTRequestNode |
setValidateFailureAction(RESTRequestNode.ENUM_RESTREQUEST_VALIDATEFAILUREACTION value)
Set the RESTRequestNode "Failure action" property
|
RESTRequestNode |
setValidateFixup(RESTRequestNode.ENUM_RESTREQUEST_VALIDATEFIXUP value)
Set the RESTRequestNode "ValidateFixup" property
|
RESTRequestNode |
setValidateMaster(RESTRequestNode.ENUM_RESTREQUEST_VALIDATEMASTER value)
Set the RESTRequestNode "Validate" property
|
RESTRequestNode |
setValidateTiming(RESTRequestNode.ENUM_RESTREQUEST_VALIDATETIMING value)
Set the RESTRequestNode "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 InputTerminal INPUT_TERMINAL_IN
public final OutputTerminal OUTPUT_TERMINAL_OUT
public final OutputTerminal OUTPUT_TERMINAL_FAILURE
public final OutputTerminal OUTPUT_TERMINAL_ERROR
public RESTRequestNode.ParametersTable getParametersTable()
public RESTRequestNode.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 RESTRequestNode setDefinitionType(java.lang.String value)
value
- String ; the value to set the property "Definitions language"public java.lang.String getDefinitionType()
public RESTRequestNode setDefinitionFile(java.lang.String value)
value
- String ; the value to set the property "Definitions file"public java.lang.String getDefinitionFile()
public RESTRequestNode setOperationName(java.lang.String value)
value
- String ; the value to set the property "Operation"public java.lang.String getOperationName()
public RESTRequestNode setSecurityIdentity(java.lang.String value)
value
- String ; the value to set the property "Security identity"public java.lang.String getSecurityIdentity()
public RESTRequestNode setTimeoutForServer(int value)
value
- int ; the value to set the property "Request timeout (sec)"public int getTimeoutForServer()
public RESTRequestNode setBaseURL(java.lang.String value)
value
- String ; the value to set the property "Base URL override"public java.lang.String getBaseURL()
public RESTRequestNode setHttpProxyLocation(java.lang.String value)
value
- String ; the value to set the property "HTTP(S) proxy location"public java.lang.String getHttpProxyLocation()
public RESTRequestNode setFollowRedirection(boolean value)
value
- boolean ; the value to set the property "Follow HTTP(S) redirection"public boolean getFollowRedirection()
public RESTRequestNode setEnableKeepAlive(boolean value)
value
- boolean ; the value to set the property "Enable HTTP/1.1 keep-alive"public boolean getEnableKeepAlive()
public RESTRequestNode setRequestCompressionType(RESTRequestNode.ENUM_RESTREQUEST_REQUESTCOMPRESSIONTYPE value)
value
- ENUM_RESTREQUEST_REQUESTCOMPRESSIONTYPE ; the value to set the property "Use compression"public RESTRequestNode.ENUM_RESTREQUEST_REQUESTCOMPRESSIONTYPE getRequestCompressionType()
public RESTRequestNode setProtocol(RESTRequestNode.ENUM_RESTREQUEST_PROTOCOL value)
value
- ENUM_RESTREQUEST_PROTOCOL ; the value to set the property "Protocol"public RESTRequestNode.ENUM_RESTREQUEST_PROTOCOL getProtocol()
public RESTRequestNode setAllowedCiphers(java.lang.String value)
value
- String ; the value to set the property "Allowed SSL ciphers"public java.lang.String getAllowedCiphers()
public RESTRequestNode setHostnameChecking(boolean value)
value
- boolean ; the value to set the property "Enable SSL certificate hostname checking"public boolean getHostnameChecking()
public RESTRequestNode setKeyAlias(java.lang.String value)
value
- String ; the value to set the property "SSL client authentication key alias"public java.lang.String getKeyAlias()
public RESTRequestNode setEnableCRLCheck(boolean value)
value
- boolean ; the value to set the property "Enable certificate revocation list checking"public boolean getEnableCRLCheck()
public RESTRequestNode setContentType(java.lang.String value)
value
- String ; the value to set the property "Content-Type"public java.lang.String getContentType()
public RESTRequestNode setDataLocation(java.lang.String value)
value
- String ; the value to set the property "Input body location"public java.lang.String getDataLocation()
public RESTRequestNode setAccept(java.lang.String value)
value
- String ; the value to set the property "Accept"public java.lang.String getAccept()
public RESTRequestNode setResultDataLocation(java.lang.String value)
value
- String ; the value to set the property "Response body location"public java.lang.String getResultDataLocation()
public RESTRequestNode setOutputDataLocation(java.lang.String value)
value
- String ; the value to set the property "Output body location"public java.lang.String getOutputDataLocation()
public RESTRequestNode setErrorDataLocation(java.lang.String value)
value
- String ; the value to set the property "Error body location"public java.lang.String getErrorDataLocation()
public RESTRequestNode setCopyLocalEnvironment(boolean value)
value
- boolean ; the value to set the property "Copy local environment"public boolean getCopyLocalEnvironment()
public RESTRequestNode setAcceptCompressedResponses(boolean value)
value
- boolean ; the value to set the property "Accept compressed responses by default"public boolean getAcceptCompressedResponses()
public RESTRequestNode setContentTypeHandling(boolean value)
value
- boolean ; the value to set the property "Automatic Content-Type handling"public boolean getContentTypeHandling()
public RESTRequestNode setMessageDomainProperty(java.lang.String value)
value
- String ; the value to set the property "Message domain"public java.lang.String getMessageDomainProperty()
public RESTRequestNode setMessageSetProperty(java.lang.String value)
value
- String ; the value to set the property "Message model"public java.lang.String getMessageSetProperty()
public RESTRequestNode setMessageTypeProperty(java.lang.String value)
value
- String ; the value to set the property "Message"public java.lang.String getMessageTypeProperty()
public RESTRequestNode setMessageFormatProperty(java.lang.String value)
value
- String ; the value to set the property "Physical format"public java.lang.String getMessageFormatProperty()
public RESTRequestNode setValidateTiming(RESTRequestNode.ENUM_RESTREQUEST_VALIDATETIMING value)
value
- ENUM_RESTREQUEST_VALIDATETIMING ; the value to set the property "Parse timing"public RESTRequestNode.ENUM_RESTREQUEST_VALIDATETIMING getValidateTiming()
public RESTRequestNode setParserXmlnscBuildTreeUsingXMLSchema(boolean value)
value
- boolean ; the value to set the property "Build tree using XML schema data types"public boolean getParserXmlnscBuildTreeUsingXMLSchema()
public RESTRequestNode setParserXmlnscUseForXmlnsDomain(boolean value)
value
- boolean ; the value to set the property "Use XMLNSC compact parser for XMLNS domain"public boolean getParserXmlnscUseForXmlnsDomain()
public RESTRequestNode setParserXmlnscMixedContentRetainMode(RESTRequestNode.ENUM_RESTREQUEST_PARSERXMLNSCMIXEDCONTENTRETAINMODE value)
value
- ENUM_RESTREQUEST_PARSERXMLNSCMIXEDCONTENTRETAINMODE ; the value to set the property "Retain mixed content"public RESTRequestNode.ENUM_RESTREQUEST_PARSERXMLNSCMIXEDCONTENTRETAINMODE getParserXmlnscMixedContentRetainMode()
public RESTRequestNode setParserXmlnscCommentsRetainMode(RESTRequestNode.ENUM_RESTREQUEST_PARSERXMLNSCCOMMENTSRETAINMODE value)
value
- ENUM_RESTREQUEST_PARSERXMLNSCCOMMENTSRETAINMODE ; the value to set the property "Retain comments"public RESTRequestNode.ENUM_RESTREQUEST_PARSERXMLNSCCOMMENTSRETAINMODE getParserXmlnscCommentsRetainMode()
public RESTRequestNode setParserXmlnscProcessingInstructionsRetainMode(RESTRequestNode.ENUM_RESTREQUEST_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE value)
value
- ENUM_RESTREQUEST_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE ; the value to set the property "Retain processing instructions"public RESTRequestNode.ENUM_RESTREQUEST_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE getParserXmlnscProcessingInstructionsRetainMode()
public RESTRequestNode setValidateMaster(RESTRequestNode.ENUM_RESTREQUEST_VALIDATEMASTER value)
value
- ENUM_RESTREQUEST_VALIDATEMASTER ; the value to set the property "Validate"public RESTRequestNode.ENUM_RESTREQUEST_VALIDATEMASTER getValidateMaster()
public RESTRequestNode setValidateFailureAction(RESTRequestNode.ENUM_RESTREQUEST_VALIDATEFAILUREACTION value)
value
- ENUM_RESTREQUEST_VALIDATEFAILUREACTION ; the value to set the property "Failure action"public RESTRequestNode.ENUM_RESTREQUEST_VALIDATEFAILUREACTION getValidateFailureAction()
public RESTRequestNode setValidateFixup(RESTRequestNode.ENUM_RESTREQUEST_VALIDATEFIXUP value)
value
- ENUM_RESTREQUEST_VALIDATEFIXUP ; the value to set the property "ValidateFixup"public RESTRequestNode.ENUM_RESTREQUEST_VALIDATEFIXUP getValidateFixup()
public RESTRequestNode setSecurityProfileName(java.lang.String value)
value
- String ; the value to set the property "Security profile"public java.lang.String getSecurityProfileName()
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