Interface DestinationValidation


public interface DestinationValidation
Provides functionality to validate a destination configuration.
  • Method Summary

    Modifier and Type
    Method
    Description
    validate(String destinationType, Properties destinationProperties)
    Validates a destination configuration.
  • Method Details

    • validate

      List<String> validate(String destinationType, Properties destinationProperties)
      Validates a destination configuration.
      Parameters:
      destinationType - the type of the destination - HTTP, MAIL, RFC, LDAP or TCP
      destinationProperties - the destination configuration to validate
      Returns:
      A list of all error messages returned by the validation