Class ConfigurationValidator


  • public class ConfigurationValidator
    extends Object
    This class validates Synapse configuration elements without actually building the SynapseConfiguration or associated object model. Therefore this class can be used safely to determine if a given XML configuration is correct or not.
    • Constructor Detail

      • ConfigurationValidator

        public ConfigurationValidator()
    • Method Detail

      • validate

        public ValidationError[] validate​(org.apache.axiom.om.OMElement element)