public class HTTPRequestNode extends Node
HTTPRequestNode instance
HTTPRequest node interacts with a Web service, using all or part of the input message as the request sent to that 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
Modifier and Type | Class and Description |
---|---|
static class |
HTTPRequestNode.ENUM_HTTPREQUEST_HTTPMETHOD
ENUM_HTTPREQUEST_HTTPMETHOD
|
static class |
HTTPRequestNode.ENUM_HTTPREQUEST_HTTPVERSION
ENUM_HTTPREQUEST_HTTPVERSION
|
static class |
HTTPRequestNode.ENUM_HTTPREQUEST_PARSERXMLNSCCOMMENTSRETAINMODE
ENUM_HTTPREQUEST_PARSERXMLNSCCOMMENTSRETAINMODE
|
static class |
HTTPRequestNode.ENUM_HTTPREQUEST_PARSERXMLNSCMIXEDCONTENTRETAINMODE
ENUM_HTTPREQUEST_PARSERXMLNSCMIXEDCONTENTRETAINMODE
|
static class |
HTTPRequestNode.ENUM_HTTPREQUEST_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE
ENUM_HTTPREQUEST_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE
|
static class |
HTTPRequestNode.ENUM_HTTPREQUEST_PROTOCOL
ENUM_HTTPREQUEST_PROTOCOL
|
static class |
HTTPRequestNode.ENUM_HTTPREQUEST_REQUESTCOMPRESSIONTYPE
ENUM_HTTPREQUEST_REQUESTCOMPRESSIONTYPE
|
static class |
HTTPRequestNode.ENUM_HTTPREQUEST_VALIDATEFAILUREACTION
ENUM_HTTPREQUEST_VALIDATEFAILUREACTION
|
static class |
HTTPRequestNode.ENUM_HTTPREQUEST_VALIDATEFIXUP
ENUM_HTTPREQUEST_VALIDATEFIXUP
|
static class |
HTTPRequestNode.ENUM_HTTPREQUEST_VALIDATEMASTER
ENUM_HTTPREQUEST_VALIDATEMASTER
|
static class |
HTTPRequestNode.ENUM_HTTPREQUEST_VALIDATETIMING
ENUM_HTTPREQUEST_VALIDATETIMING
|
class |
HTTPRequestNode.OpaqueElementsRow
OpaqueElementsRow is used by ParserXmlnscOpaqueElementsTable instance
|
class |
HTTPRequestNode.ParserXmlnscOpaqueElementsTable
ParserXmlnscOpaqueElementsTable instance contains OpaqueElementsRow rows
|
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_ERROR |
OutputTerminal |
OUTPUT_TERMINAL_FAILURE |
OutputTerminal |
OUTPUT_TERMINAL_OUT |
protected static java.lang.String |
PROPERTY_ACCEPTCOMPRESSEDRESPONSES |
protected static java.lang.String |
PROPERTY_ALLOWEDCIPHERS |
protected static java.lang.String |
PROPERTY_ENABLECRLCHECK |
protected static java.lang.String |
PROPERTY_ENABLEKEEPALIVE |
protected static java.lang.String |
PROPERTY_ERRORMSGLOCATIONINTREE |
protected static java.lang.String |
PROPERTY_FOLLOWREDIRECTION |
protected static java.lang.String |
PROPERTY_GENERATEDEFAULTHTTPHEADERS |
protected static java.lang.String |
PROPERTY_HOSTNAMECHECKING |
protected static java.lang.String |
PROPERTY_HTTPMETHOD |
protected static java.lang.String |
PROPERTY_HTTPPROXYLOCATION |
protected static java.lang.String |
PROPERTY_HTTPVERSION |
protected static java.lang.String |
PROPERTY_KEYALIAS |
protected static java.lang.String |
PROPERTY_MESSAGEDOMAINPROPERTY |
protected static java.lang.String |
PROPERTY_MESSAGEFORMATPROPERTY |
protected static java.lang.String |
PROPERTY_MESSAGESETPROPERTY |
protected static java.lang.String |
PROPERTY_MESSAGETYPEPROPERTY |
protected static java.lang.String |
PROPERTY_PARSERXMLNSCBUILDTREEUSINGXMLSCHEMA |
protected static java.lang.String |
PROPERTY_PARSERXMLNSCCOMMENTSRETAINMODE |
protected static java.lang.String |
PROPERTY_PARSERXMLNSCMIXEDCONTENTRETAINMODE |
protected static java.lang.String |
PROPERTY_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE |
protected static java.lang.String |
PROPERTY_PARSERXMLNSCUSEFORXMLNSDOMAIN |
protected static java.lang.String |
PROPERTY_PROTOCOL |
protected static java.lang.String |
PROPERTY_REPLACEINPUTMSGWITHHTTPERROR |
protected static java.lang.String |
PROPERTY_REPLACEINPUTMSGWITHWSRESPONSE |
protected static java.lang.String |
PROPERTY_REQUESTCOMPRESSIONTYPE |
protected static java.lang.String |
PROPERTY_REQUESTMSGLOCATIONINTREE |
protected static java.lang.String |
PROPERTY_RESPONSEMSGLOCATIONINTREE |
protected static java.lang.String |
PROPERTY_SECURITYPROFILENAME |
protected static java.lang.String |
PROPERTY_TIMEOUTFORSERVER |
protected static java.lang.String |
PROPERTY_URLSPECIFIER |
protected static java.lang.String |
PROPERTY_USEWHOLEINPUTMSGASREQUEST |
protected static java.lang.String |
PROPERTY_VALIDATEALLVALUECONSTRAINTS |
protected static java.lang.String |
PROPERTY_VALIDATEFAILUREACTION |
protected static java.lang.String |
PROPERTY_VALIDATEFIXUP |
protected static java.lang.String |
PROPERTY_VALIDATEMASTER |
protected static java.lang.String |
PROPERTY_VALIDATETIMING |
copyright, dynamicInputTerminals, dynamicOutputTerminals, nodePropertyTables, udpSupport
Constructor and Description |
---|
HTTPRequestNode() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAcceptCompressedResponses()
Get the HTTPRequestNode "Accept compressed responses by default" property
|
java.lang.String |
getAllowedCiphers()
Get the HTTPRequestNode "Allowed SSL ciphers" property
|
boolean |
getEnableCRLCheck()
Get the HTTPRequestNode "Enable certificate revocation list checking" property
|
boolean |
getEnableKeepAlive()
Get the HTTPRequestNode "Enable HTTP/1.1 keep-alive" property
|
java.lang.String |
getErrorMsgLocationInTree()
Get the HTTPRequestNode "Error message location" property
|
boolean |
getFollowRedirection()
Get the HTTPRequestNode "Follow HTTP(S) redirection" property
|
boolean |
getGenerateDefaultHttpHeaders()
Get the HTTPRequestNode "Generate default HTTP headers from input" property
|
protected java.lang.String |
getGraphic16() |
protected java.lang.String |
getGraphic32() |
boolean |
getHostnameChecking()
Get the HTTPRequestNode "Enable SSL certificate hostname checking" property
|
HTTPRequestNode.ENUM_HTTPREQUEST_HTTPMETHOD |
getHttpMethod()
Get the HTTPRequestNode "HTTP method" property
|
java.lang.String |
getHttpProxyLocation()
Get the HTTPRequestNode "HTTP(S) proxy location" property
|
HTTPRequestNode.ENUM_HTTPREQUEST_HTTPVERSION |
getHttpVersion()
Get the HTTPRequestNode "HTTP version" property
|
InputTerminal[] |
getInputTerminals()
Gets the full list of available InputTerminals for this Node
|
java.lang.String |
getKeyAlias()
Get the HTTPRequestNode "SSL client authentication key alias" property
|
java.lang.String |
getMessageDomainProperty()
Get the HTTPRequestNode "Message domain" property
|
java.lang.String |
getMessageFormatProperty()
Get the HTTPRequestNode "Physical format" property
|
java.lang.String |
getMessageSetProperty()
Get the HTTPRequestNode "Message model" property
|
java.lang.String |
getMessageTypeProperty()
Get the HTTPRequestNode "Message" 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.
|
OutputTerminal[] |
getOutputTerminals()
Gets the full list of available OutputTerminals for this Node
|
boolean |
getParserXmlnscBuildTreeUsingXMLSchema()
Get the HTTPRequestNode "Build tree using XML schema data types" property
|
HTTPRequestNode.ENUM_HTTPREQUEST_PARSERXMLNSCCOMMENTSRETAINMODE |
getParserXmlnscCommentsRetainMode()
Get the HTTPRequestNode "Retain comments" property
|
HTTPRequestNode.ENUM_HTTPREQUEST_PARSERXMLNSCMIXEDCONTENTRETAINMODE |
getParserXmlnscMixedContentRetainMode()
Get the HTTPRequestNode "Retain mixed content" property
|
HTTPRequestNode.ParserXmlnscOpaqueElementsTable |
getParserXmlnscOpaqueElementsTable()
Retrieve the Opaque elements table for the node HTTPRequestNode
|
HTTPRequestNode.ENUM_HTTPREQUEST_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE |
getParserXmlnscProcessingInstructionsRetainMode()
Get the HTTPRequestNode "Retain processing instructions" property
|
boolean |
getParserXmlnscUseForXmlnsDomain()
Get the HTTPRequestNode "Use XMLNSC compact parser for XMLNS domain" property
|
HTTPRequestNode.ENUM_HTTPREQUEST_PROTOCOL |
getProtocol()
Get the HTTPRequestNode "Protocol" property
|
boolean |
getReplaceInputMsgWithHTTPError()
Get the HTTPRequestNode "Replace input with error" property
|
boolean |
getReplaceInputMsgWithWSResponse()
Get the HTTPRequestNode "Replace input message with web-service response" property
|
HTTPRequestNode.ENUM_HTTPREQUEST_REQUESTCOMPRESSIONTYPE |
getRequestCompressionType()
Get the HTTPRequestNode "Use compression" property
|
java.lang.String |
getRequestMsgLocationInTree()
Get the HTTPRequestNode "Request message location in tree" property
|
java.lang.String |
getResponseMsgLocationInTree()
Get the HTTPRequestNode "Response message location in tree" property
|
java.lang.String |
getSecurityProfileName()
Get the HTTPRequestNode "Security profile" property
|
int |
getTimeoutForServer()
Get the HTTPRequestNode Request timeout (sec) property
|
java.lang.String |
getTypeName()
Gets the node type of this node
|
java.lang.String |
getURLSpecifier()
Get the HTTPRequestNode "Web service URL" property
|
boolean |
getUseWholeInputMsgAsRequest()
Get the HTTPRequestNode "Use whole input message as request" property
|
boolean |
getValidateAllValueConstraints()
Get the HTTPRequestNode "Include all value constraints" property
|
HTTPRequestNode.ENUM_HTTPREQUEST_VALIDATEFAILUREACTION |
getValidateFailureAction()
Get the HTTPRequestNode "Failure action" property
|
HTTPRequestNode.ENUM_HTTPREQUEST_VALIDATEFIXUP |
getValidateFixup()
Get the HTTPRequestNode "Fix" property
|
HTTPRequestNode.ENUM_HTTPREQUEST_VALIDATEMASTER |
getValidateMaster()
Get the HTTPRequestNode "Validate" property
|
HTTPRequestNode.ENUM_HTTPREQUEST_VALIDATETIMING |
getValidateTiming()
Get the HTTPRequestNode "Parse timing" property
|
HTTPRequestNode |
setAcceptCompressedResponses(boolean value)
Set the HTTPRequestNode "Accept compressed responses by default" property
|
HTTPRequestNode |
setAllowedCiphers(java.lang.String value)
Set the HTTPRequestNode "Allowed SSL ciphers" property
|
HTTPRequestNode |
setEnableCRLCheck(boolean value)
Set the HTTPRequestNode "Enable certificate revocation list checking" property
|
HTTPRequestNode |
setEnableKeepAlive(boolean value)
Set the HTTPRequestNode "Enable HTTP/1.1 keep-alive" property
|
HTTPRequestNode |
setErrorMsgLocationInTree(java.lang.String value)
Set the HTTPRequestNode "Error message location" property
|
HTTPRequestNode |
setFollowRedirection(boolean value)
Set the HTTPRequestNode "Follow HTTP(S) redirection" property
|
HTTPRequestNode |
setGenerateDefaultHttpHeaders(boolean value)
Set the HTTPRequestNode "Generate default HTTP headers from input" property
|
HTTPRequestNode |
setHostnameChecking(boolean value)
Set the HTTPRequestNode "Enable SSL certificate hostname checking" property
|
HTTPRequestNode |
setHttpMethod(HTTPRequestNode.ENUM_HTTPREQUEST_HTTPMETHOD value)
Set the HTTPRequestNode "HTTP method" property
|
HTTPRequestNode |
setHttpProxyLocation(java.lang.String value)
Set the HTTPRequestNode "HTTP(S) proxy location" property
|
HTTPRequestNode |
setHttpVersion(HTTPRequestNode.ENUM_HTTPREQUEST_HTTPVERSION value)
Set the HTTPRequestNode "HTTP version" property
|
HTTPRequestNode |
setKeyAlias(java.lang.String value)
Set the HTTPRequestNode "SSL client authentication key alias" property
|
HTTPRequestNode |
setMessageDomainProperty(java.lang.String value)
Set the HTTPRequestNode "Message domain" property
|
HTTPRequestNode |
setMessageFormatProperty(java.lang.String value)
Set the HTTPRequestNode "Physical format" property
|
HTTPRequestNode |
setMessageSetProperty(java.lang.String value)
Set the HTTPRequestNode "Message model" property
|
HTTPRequestNode |
setMessageTypeProperty(java.lang.String value)
Set the HTTPRequestNode "Message" property
|
HTTPRequestNode |
setParserXmlnscBuildTreeUsingXMLSchema(boolean value)
Set the HTTPRequestNode "Build tree using XML schema data types" property
|
HTTPRequestNode |
setParserXmlnscCommentsRetainMode(HTTPRequestNode.ENUM_HTTPREQUEST_PARSERXMLNSCCOMMENTSRETAINMODE value)
Set the HTTPRequestNode "Retain comments" property
|
HTTPRequestNode |
setParserXmlnscMixedContentRetainMode(HTTPRequestNode.ENUM_HTTPREQUEST_PARSERXMLNSCMIXEDCONTENTRETAINMODE value)
Set the HTTPRequestNode "Retain mixed content" property
|
HTTPRequestNode |
setParserXmlnscProcessingInstructionsRetainMode(HTTPRequestNode.ENUM_HTTPREQUEST_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE value)
Set the HTTPRequestNode "Retain processing instructions" property
|
HTTPRequestNode |
setParserXmlnscUseForXmlnsDomain(boolean value)
Set the HTTPRequestNode "Use XMLNSC compact parser for XMLNS domain" property
|
HTTPRequestNode |
setProtocol(HTTPRequestNode.ENUM_HTTPREQUEST_PROTOCOL value)
Set the HTTPRequestNode "Protocol" property
|
HTTPRequestNode |
setReplaceInputMsgWithHTTPError(boolean value)
Set the HTTPRequestNode "Replace input with error" property
|
HTTPRequestNode |
setReplaceInputMsgWithWSResponse(boolean value)
Set the HTTPRequestNode "Replace input message with web-service response" property
|
HTTPRequestNode |
setRequestCompressionType(HTTPRequestNode.ENUM_HTTPREQUEST_REQUESTCOMPRESSIONTYPE value)
Set the HTTPRequestNode "Use compression" property
|
HTTPRequestNode |
setRequestMsgLocationInTree(java.lang.String value)
Set the HTTPRequestNode "Request message location in tree" property
|
HTTPRequestNode |
setResponseMsgLocationInTree(java.lang.String value)
Set the HTTPRequestNode "Response message location in tree" property
|
HTTPRequestNode |
setSecurityProfileName(java.lang.String value)
Set the HTTPRequestNode "Security profile" property
|
HTTPRequestNode |
setTimeoutForServer(int value)
Set the HTTPRequestNode "Request timeout (sec)" property
|
HTTPRequestNode |
setURLSpecifier(java.lang.String value)
Set the HTTPRequestNode "Web service URL" property
|
HTTPRequestNode |
setUseWholeInputMsgAsRequest(boolean value)
Set the HTTPRequestNode "Use whole input message as request" property
|
HTTPRequestNode |
setValidateAllValueConstraints(boolean value)
Set the HTTPRequestNode "Include all value constraints" property
|
HTTPRequestNode |
setValidateFailureAction(HTTPRequestNode.ENUM_HTTPREQUEST_VALIDATEFAILUREACTION value)
Set the HTTPRequestNode "Failure action" property
|
HTTPRequestNode |
setValidateFixup(HTTPRequestNode.ENUM_HTTPREQUEST_VALIDATEFIXUP value)
Set the HTTPRequestNode "Fix" property
|
HTTPRequestNode |
setValidateMaster(HTTPRequestNode.ENUM_HTTPREQUEST_VALIDATEMASTER value)
Set the HTTPRequestNode "Validate" property
|
HTTPRequestNode |
setValidateTiming(HTTPRequestNode.ENUM_HTTPREQUEST_VALIDATETIMING value)
Set the HTTPRequestNode "Parse timing" 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_URLSPECIFIER
protected static final java.lang.String PROPERTY_TIMEOUTFORSERVER
protected static final java.lang.String PROPERTY_HTTPPROXYLOCATION
protected static final java.lang.String PROPERTY_FOLLOWREDIRECTION
protected static final java.lang.String PROPERTY_HTTPMETHOD
protected static final java.lang.String PROPERTY_HTTPVERSION
protected static final java.lang.String PROPERTY_ENABLEKEEPALIVE
protected static final java.lang.String PROPERTY_REQUESTCOMPRESSIONTYPE
protected static final java.lang.String PROPERTY_PROTOCOL
protected static final java.lang.String PROPERTY_ALLOWEDCIPHERS
protected static final java.lang.String PROPERTY_HOSTNAMECHECKING
protected static final java.lang.String PROPERTY_KEYALIAS
protected static final java.lang.String PROPERTY_ENABLECRLCHECK
protected static final java.lang.String PROPERTY_MESSAGEDOMAINPROPERTY
protected static final java.lang.String PROPERTY_MESSAGESETPROPERTY
protected static final java.lang.String PROPERTY_MESSAGETYPEPROPERTY
protected static final java.lang.String PROPERTY_MESSAGEFORMATPROPERTY
protected static final java.lang.String PROPERTY_VALIDATETIMING
protected static final java.lang.String PROPERTY_PARSERXMLNSCBUILDTREEUSINGXMLSCHEMA
protected static final java.lang.String PROPERTY_PARSERXMLNSCUSEFORXMLNSDOMAIN
protected static final java.lang.String PROPERTY_PARSERXMLNSCMIXEDCONTENTRETAINMODE
protected static final java.lang.String PROPERTY_PARSERXMLNSCCOMMENTSRETAINMODE
protected static final java.lang.String PROPERTY_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE
protected static final java.lang.String PROPERTY_REPLACEINPUTMSGWITHHTTPERROR
protected static final java.lang.String PROPERTY_ERRORMSGLOCATIONINTREE
protected static final java.lang.String PROPERTY_USEWHOLEINPUTMSGASREQUEST
protected static final java.lang.String PROPERTY_REQUESTMSGLOCATIONINTREE
protected static final java.lang.String PROPERTY_REPLACEINPUTMSGWITHWSRESPONSE
protected static final java.lang.String PROPERTY_RESPONSEMSGLOCATIONINTREE
protected static final java.lang.String PROPERTY_GENERATEDEFAULTHTTPHEADERS
protected static final java.lang.String PROPERTY_ACCEPTCOMPRESSEDRESPONSES
protected static final java.lang.String PROPERTY_VALIDATEMASTER
protected static final java.lang.String PROPERTY_VALIDATEFAILUREACTION
protected static final java.lang.String PROPERTY_VALIDATEALLVALUECONSTRAINTS
protected static final java.lang.String PROPERTY_VALIDATEFIXUP
protected static final java.lang.String PROPERTY_SECURITYPROFILENAME
public final InputTerminal INPUT_TERMINAL_IN
public final OutputTerminal OUTPUT_TERMINAL_OUT
public final OutputTerminal OUTPUT_TERMINAL_FAILURE
public final OutputTerminal OUTPUT_TERMINAL_ERROR
protected NodeProperty[] getNodeProperties()
Node
getNodeProperties
in class Node
public HTTPRequestNode.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
protected java.lang.String getGraphic16()
protected java.lang.String getGraphic32()
public HTTPRequestNode setURLSpecifier(java.lang.String value)
value
- String ; the value to set the property "Web service URL"public java.lang.String getURLSpecifier()
public HTTPRequestNode setTimeoutForServer(int value)
value
- int ; the value to set the property "Request timeout (sec)"public int getTimeoutForServer()
public HTTPRequestNode setHttpProxyLocation(java.lang.String value)
value
- String ; the value to set the property "HTTP(S) proxy location"public java.lang.String getHttpProxyLocation()
public HTTPRequestNode setFollowRedirection(boolean value)
value
- boolean ; the value to set the property "Follow HTTP(S) redirection"public boolean getFollowRedirection()
public HTTPRequestNode setHttpMethod(HTTPRequestNode.ENUM_HTTPREQUEST_HTTPMETHOD value)
value
- ENUM_HTTPREQUEST_HTTPMETHOD ; the value to set the property "HTTP method"public HTTPRequestNode.ENUM_HTTPREQUEST_HTTPMETHOD getHttpMethod()
public HTTPRequestNode setHttpVersion(HTTPRequestNode.ENUM_HTTPREQUEST_HTTPVERSION value)
value
- ENUM_HTTPREQUEST_HTTPVERSION ; the value to set the property "HTTP version"public HTTPRequestNode.ENUM_HTTPREQUEST_HTTPVERSION getHttpVersion()
public HTTPRequestNode setEnableKeepAlive(boolean value)
value
- boolean ; the value to set the property "Enable HTTP/1.1 keep-alive"public boolean getEnableKeepAlive()
public HTTPRequestNode setRequestCompressionType(HTTPRequestNode.ENUM_HTTPREQUEST_REQUESTCOMPRESSIONTYPE value)
value
- ENUM_HTTPREQUEST_REQUESTCOMPRESSIONTYPE ; the value to set the property "Use compression"public HTTPRequestNode.ENUM_HTTPREQUEST_REQUESTCOMPRESSIONTYPE getRequestCompressionType()
public HTTPRequestNode setProtocol(HTTPRequestNode.ENUM_HTTPREQUEST_PROTOCOL value)
value
- ENUM_HTTPREQUEST_PROTOCOL ; the value to set the property "Protocol"public HTTPRequestNode.ENUM_HTTPREQUEST_PROTOCOL getProtocol()
public HTTPRequestNode setAllowedCiphers(java.lang.String value)
value
- String ; the value to set the property "Allowed SSL ciphers"public java.lang.String getAllowedCiphers()
public HTTPRequestNode setHostnameChecking(boolean value)
value
- boolean ; the value to set the property "Enable SSL certificate hostname checking"public boolean getHostnameChecking()
public HTTPRequestNode setKeyAlias(java.lang.String value)
value
- String ; the value to set the property "SSL client authentication key alias"public java.lang.String getKeyAlias()
public HTTPRequestNode setEnableCRLCheck(boolean value)
value
- boolean ; the value to set the property "Enable certificate revocation list checking"public boolean getEnableCRLCheck()
public HTTPRequestNode setMessageDomainProperty(java.lang.String value)
value
- String ; the value to set the property "Message domain"public java.lang.String getMessageDomainProperty()
public HTTPRequestNode setMessageSetProperty(java.lang.String value)
value
- String ; the value to set the property "Message model"public java.lang.String getMessageSetProperty()
public HTTPRequestNode setMessageTypeProperty(java.lang.String value)
value
- String ; the value to set the property "Message"public java.lang.String getMessageTypeProperty()
public HTTPRequestNode setMessageFormatProperty(java.lang.String value)
value
- String ; the value to set the property "Physical format"public java.lang.String getMessageFormatProperty()
public HTTPRequestNode setValidateTiming(HTTPRequestNode.ENUM_HTTPREQUEST_VALIDATETIMING value)
value
- ENUM_HTTPREQUEST_VALIDATETIMING ; the value to set the property "Parse timing"public HTTPRequestNode.ENUM_HTTPREQUEST_VALIDATETIMING getValidateTiming()
public HTTPRequestNode setParserXmlnscBuildTreeUsingXMLSchema(boolean value)
value
- boolean ; the value to set the property "Build tree using XML schema data types"public boolean getParserXmlnscBuildTreeUsingXMLSchema()
public HTTPRequestNode setParserXmlnscUseForXmlnsDomain(boolean value)
value
- boolean ; the value to set the property "Use XMLNSC compact parser for XMLNS domain"public boolean getParserXmlnscUseForXmlnsDomain()
public HTTPRequestNode setParserXmlnscMixedContentRetainMode(HTTPRequestNode.ENUM_HTTPREQUEST_PARSERXMLNSCMIXEDCONTENTRETAINMODE value)
value
- ENUM_HTTPREQUEST_PARSERXMLNSCMIXEDCONTENTRETAINMODE ; the value to set the property "Retain mixed content"public HTTPRequestNode.ENUM_HTTPREQUEST_PARSERXMLNSCMIXEDCONTENTRETAINMODE getParserXmlnscMixedContentRetainMode()
public HTTPRequestNode setParserXmlnscCommentsRetainMode(HTTPRequestNode.ENUM_HTTPREQUEST_PARSERXMLNSCCOMMENTSRETAINMODE value)
value
- ENUM_HTTPREQUEST_PARSERXMLNSCCOMMENTSRETAINMODE ; the value to set the property "Retain comments"public HTTPRequestNode.ENUM_HTTPREQUEST_PARSERXMLNSCCOMMENTSRETAINMODE getParserXmlnscCommentsRetainMode()
public HTTPRequestNode setParserXmlnscProcessingInstructionsRetainMode(HTTPRequestNode.ENUM_HTTPREQUEST_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE value)
value
- ENUM_HTTPREQUEST_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE ; the value to set the property "Retain processing instructions"public HTTPRequestNode.ENUM_HTTPREQUEST_PARSERXMLNSCPROCESSINGINSTRUCTIONSRETAINMODE getParserXmlnscProcessingInstructionsRetainMode()
public HTTPRequestNode setReplaceInputMsgWithHTTPError(boolean value)
value
- boolean ; the value to set the property "Replace input with error"public boolean getReplaceInputMsgWithHTTPError()
public HTTPRequestNode setErrorMsgLocationInTree(java.lang.String value)
value
- String ; the value to set the property "Error message location"public java.lang.String getErrorMsgLocationInTree()
public HTTPRequestNode setUseWholeInputMsgAsRequest(boolean value)
value
- boolean ; the value to set the property "Use whole input message as request"public boolean getUseWholeInputMsgAsRequest()
public HTTPRequestNode setRequestMsgLocationInTree(java.lang.String value)
value
- String ; the value to set the property "Request message location in tree"public java.lang.String getRequestMsgLocationInTree()
public HTTPRequestNode setReplaceInputMsgWithWSResponse(boolean value)
value
- boolean ; the value to set the property "Replace input message with web-service response"public boolean getReplaceInputMsgWithWSResponse()
public HTTPRequestNode setResponseMsgLocationInTree(java.lang.String value)
value
- String ; the value to set the property "Response message location in tree"public java.lang.String getResponseMsgLocationInTree()
public HTTPRequestNode setGenerateDefaultHttpHeaders(boolean value)
value
- boolean ; the value to set the property "Generate default HTTP headers from input"public boolean getGenerateDefaultHttpHeaders()
public HTTPRequestNode setAcceptCompressedResponses(boolean value)
value
- boolean ; the value to set the property "Accept compressed responses by default"public boolean getAcceptCompressedResponses()
public HTTPRequestNode setValidateMaster(HTTPRequestNode.ENUM_HTTPREQUEST_VALIDATEMASTER value)
value
- ENUM_HTTPREQUEST_VALIDATEMASTER ; the value to set the property "Validate"public HTTPRequestNode.ENUM_HTTPREQUEST_VALIDATEMASTER getValidateMaster()
public HTTPRequestNode setValidateFailureAction(HTTPRequestNode.ENUM_HTTPREQUEST_VALIDATEFAILUREACTION value)
value
- ENUM_HTTPREQUEST_VALIDATEFAILUREACTION ; the value to set the property "Failure action"public HTTPRequestNode.ENUM_HTTPREQUEST_VALIDATEFAILUREACTION getValidateFailureAction()
public HTTPRequestNode setValidateAllValueConstraints(boolean value)
value
- boolean ; the value to set the property "Include all value constraints"public boolean getValidateAllValueConstraints()
public HTTPRequestNode setValidateFixup(HTTPRequestNode.ENUM_HTTPREQUEST_VALIDATEFIXUP value)
value
- ENUM_HTTPREQUEST_VALIDATEFIXUP ; the value to set the property "Fix"public HTTPRequestNode.ENUM_HTTPREQUEST_VALIDATEFIXUP getValidateFixup()
public HTTPRequestNode 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