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