Class ConfigurationValidator
- java.lang.Object
-
- org.wso2.carbon.mediation.configadmin.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 Summary
Constructors Constructor Description ConfigurationValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidationError[]
validate(org.apache.axiom.om.OMElement element)
-
-
-
Method Detail
-
validate
public ValidationError[] validate(org.apache.axiom.om.OMElement element)
-
-