applyToEndpoint: function(endpoint) {
      this.allDecorators.forEach((function(decorator) {
        decorator.endpointApply(endpoint);
      }));
      if (this.parentDescription) {