Interface ISelfValidatingService

All Superinterfaces:
IService
All Known Implementing Classes:
MailService

public interface ISelfValidatingService extends IService
A service that can also perform additional validations on the expander definition.
Since:
9.8
Author:
Petru Galanton
  • Method Details

    • validate

      void validate(IServiceCallDefinition definition, ISelfValidationContext context)
      Validates the provided service call definition. Any errors that are found can be reported using the context parameter.
      Parameters:
      definition - the definition to be validated
      context - contextual information required to perform validation and report errors