Interface DestinationValidation
public interface DestinationValidation
Provides functionality to validate a destination configuration.
-
Method Summary
Modifier and TypeMethodDescriptionvalidate
(String destinationType, Properties destinationProperties) Validates a destination configuration.
-
Method Details
-
validate
Validates a destination configuration.- Parameters:
destinationType
- the type of the destination - HTTP, MAIL, RFC, LDAP or TCPdestinationProperties
- the destination configuration to validate- Returns:
- A list of all error messages returned by the validation
-