public class EndpointLookupNode extends Node
EndpointLookupNode instance
EndpointLookup node is used to acquire specific information related to a service from a service registry
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 |
---|---|
class |
EndpointLookupNode.ClassificationTable
ClassificationTable instance contains ClassificationTableRow rows
|
class |
EndpointLookupNode.ClassificationTableRow
ClassificationTableRow is used by ClassificationTable instance
|
static class |
EndpointLookupNode.ENUM_ENDPOINTLOOKUP_MATCHPOLICY
ENUM_ENDPOINTLOOKUP_MATCHPOLICY
|
static class |
EndpointLookupNode.ENUM_ENDPOINTLOOKUP_PROPERTYTYPE
ENUM_ENDPOINTLOOKUP_PROPERTYTYPE
|
class |
EndpointLookupNode.UserPropertiesTable
UserPropertiesTable instance contains UserPropertiesTableRow rows
|
class |
EndpointLookupNode.UserPropertiesTableRow
UserPropertiesTableRow is used by UserPropertiesTable instance
|
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_NOMATCH |
OutputTerminal |
OUTPUT_TERMINAL_OUT |
protected static java.lang.String |
PROPERTY_CLASSIFICATION |
protected static java.lang.String |
PROPERTY_MATCHPOLICY |
protected static java.lang.String |
PROPERTY_NAME |
protected static java.lang.String |
PROPERTY_NAMESPACE |
protected static java.lang.String |
PROPERTY_PORTVERSION |
protected static java.lang.String |
PROPERTY_USERPROPERTIES |
copyright, dynamicInputTerminals, dynamicOutputTerminals, nodePropertyTables, udpSupport
Constructor and Description |
---|
EndpointLookupNode() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassification()
Get the EndpointLookupNode "Classification" property
|
EndpointLookupNode.ClassificationTable |
getClassificationTable()
Retrieve the Classification table for the node EndpointLookupNode
|
protected java.lang.String |
getGraphic16() |
protected java.lang.String |
getGraphic32() |
InputTerminal[] |
getInputTerminals()
Gets the full list of available InputTerminals for this Node
|
EndpointLookupNode.ENUM_ENDPOINTLOOKUP_MATCHPOLICY |
getMatchPolicy()
Get the EndpointLookupNode "Match Policy" property
|
java.lang.String |
getName()
Get the EndpointLookupNode "PortType Name" property
|
java.lang.String |
getNamespace()
Get the EndpointLookupNode "PortType Namespace" 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
|
java.lang.String |
getPortVersion()
Get the EndpointLookupNode "PortType Version" property
|
java.lang.String |
getTypeName()
Gets the node type of this node
|
java.lang.String |
getUserProperties()
Get the EndpointLookupNode "UserProperties" property
|
EndpointLookupNode.UserPropertiesTable |
getUserPropertiesTable()
Retrieve the User Properties table for the node EndpointLookupNode
|
EndpointLookupNode |
setClassification(java.lang.String value)
Set the EndpointLookupNode "Classification" property
|
EndpointLookupNode |
setMatchPolicy(EndpointLookupNode.ENUM_ENDPOINTLOOKUP_MATCHPOLICY value)
Set the EndpointLookupNode "Match Policy" property
|
EndpointLookupNode |
setName(java.lang.String value)
Set the EndpointLookupNode "PortType Name" property
|
EndpointLookupNode |
setNamespace(java.lang.String value)
Set the EndpointLookupNode "PortType Namespace" property
|
EndpointLookupNode |
setPortVersion(java.lang.String value)
Set the EndpointLookupNode "PortType Version" property
|
EndpointLookupNode |
setUserProperties(java.lang.String value)
Set the EndpointLookupNode "UserProperties" 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_NAME
protected static final java.lang.String PROPERTY_NAMESPACE
protected static final java.lang.String PROPERTY_PORTVERSION
protected static final java.lang.String PROPERTY_MATCHPOLICY
protected static final java.lang.String PROPERTY_USERPROPERTIES
protected static final java.lang.String PROPERTY_CLASSIFICATION
public final InputTerminal INPUT_TERMINAL_IN
public final OutputTerminal OUTPUT_TERMINAL_OUT
public final OutputTerminal OUTPUT_TERMINAL_FAILURE
public final OutputTerminal OUTPUT_TERMINAL_NOMATCH
protected NodeProperty[] getNodeProperties()
Node
getNodeProperties
in class Node
public EndpointLookupNode.UserPropertiesTable getUserPropertiesTable()
public EndpointLookupNode.ClassificationTable getClassificationTable()
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 EndpointLookupNode setName(java.lang.String value)
value
- String ; the value to set the property "PortType Name"public java.lang.String getName()
public EndpointLookupNode setNamespace(java.lang.String value)
value
- String ; the value to set the property "PortType Namespace"public java.lang.String getNamespace()
public EndpointLookupNode setPortVersion(java.lang.String value)
value
- String ; the value to set the property "PortType Version"public java.lang.String getPortVersion()
public EndpointLookupNode setMatchPolicy(EndpointLookupNode.ENUM_ENDPOINTLOOKUP_MATCHPOLICY value)
value
- ENUM_ENDPOINTLOOKUP_MATCHPOLICY ; the value to set the property "Match Policy"public EndpointLookupNode.ENUM_ENDPOINTLOOKUP_MATCHPOLICY getMatchPolicy()
public EndpointLookupNode setUserProperties(java.lang.String value)
value
- String ; the value to set the property "UserProperties"public java.lang.String getUserProperties()
public EndpointLookupNode setClassification(java.lang.String value)
value
- String ; the value to set the property "Classification"public java.lang.String getClassification()
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