public class SOAPExtractNode extends Node
SOAPExtractNode instance
Allows the removal of SOAP envelopes so that the Body of a SOAP message is more easily handled
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 |
SOAPExtractNode.ENUM_SOAPEXTRACT_PATHMODE
ENUM_SOAPEXTRACT_PATHMODE
|
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_ENVELOPEDESTINATION |
protected static java.lang.String |
PROPERTY_LABELPREFIX |
protected static java.lang.String |
PROPERTY_PATHMODE |
protected static java.lang.String |
PROPERTY_REMOVEENVELOPE |
protected static java.lang.String |
PROPERTY_ROUTETOOPERATION |
copyright, dynamicInputTerminals, dynamicOutputTerminals, nodePropertyTables, udpSupport
Constructor and Description |
---|
SOAPExtractNode() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEnvelopeDestination()
Get the SOAPExtractNode "Envelope Destination" 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 |
getLabelPrefix()
Get the SOAPExtractNode "Label Prefix" 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
|
SOAPExtractNode.ENUM_SOAPEXTRACT_PATHMODE |
getPathMode()
Get the SOAPExtractNode "Destination path mode" property
|
boolean |
getRemoveEnvelope()
Get the SOAPExtractNode "Remove Envelope" property
|
boolean |
getRouteToOperation()
Get the SOAPExtractNode "Route to 'Operation' Label" property
|
java.lang.String |
getTypeName()
Gets the node type of this node
|
SOAPExtractNode |
setEnvelopeDestination(java.lang.String value)
Set the SOAPExtractNode "Envelope Destination" property
|
SOAPExtractNode |
setLabelPrefix(java.lang.String value)
Set the SOAPExtractNode "Label Prefix" property
|
SOAPExtractNode |
setPathMode(SOAPExtractNode.ENUM_SOAPEXTRACT_PATHMODE value)
Set the SOAPExtractNode "Destination path mode" property
|
SOAPExtractNode |
setRemoveEnvelope(boolean value)
Set the SOAPExtractNode "Remove Envelope" property
|
SOAPExtractNode |
setRouteToOperation(boolean value)
Set the SOAPExtractNode "Route to 'Operation' Label" 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_REMOVEENVELOPE
protected static final java.lang.String PROPERTY_ENVELOPEDESTINATION
protected static final java.lang.String PROPERTY_PATHMODE
protected static final java.lang.String PROPERTY_ROUTETOOPERATION
protected static final java.lang.String PROPERTY_LABELPREFIX
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 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 SOAPExtractNode setRemoveEnvelope(boolean value)
value
- boolean ; the value to set the property "Remove Envelope"public boolean getRemoveEnvelope()
public SOAPExtractNode setEnvelopeDestination(java.lang.String value)
value
- String ; the value to set the property "Envelope Destination"public java.lang.String getEnvelopeDestination()
public SOAPExtractNode setPathMode(SOAPExtractNode.ENUM_SOAPEXTRACT_PATHMODE value)
value
- ENUM_SOAPEXTRACT_PATHMODE ; the value to set the property "Destination path mode"public SOAPExtractNode.ENUM_SOAPEXTRACT_PATHMODE getPathMode()
public SOAPExtractNode setRouteToOperation(boolean value)
value
- boolean ; the value to set the property "Route to 'Operation' Label"public boolean getRouteToOperation()
public SOAPExtractNode setLabelPrefix(java.lang.String value)
value
- String ; the value to set the property "Label Prefix"public java.lang.String getLabelPrefix()
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