FromDefinition fromType = (FromDefinition)node;
this.tooltop = fromType.getLabel();
this.label = removeQueryString(this.tooltop);
this.url = "http://camel.apache.org/message-endpoint.html";
} else if (node instanceof ToDefinition) {
ToDefinition toType = (ToDefinition)node;
this.tooltop = toType.getLabel();
this.label = removeQueryString(this.tooltop);
this.edgeLabel = "";
this.url = "http://camel.apache.org/message-endpoint.html";
} else if (node instanceof FilterDefinition) {
this.image = imagePrefix + "MessageFilterIcon.png";