Interface IXmlValidator

All Superinterfaces:
org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.Aware, IConfigurable, IConfigurationAware, IForwardTarget, INamedObject, IPipe, IScopeProvider, IValidator
All Known Implementing Classes:
Json2XmlValidator, SoapValidator, WsdlXmlValidator, XmlValidator, XmlValidator.ResponseValidatorWrapper

public interface IXmlValidator extends IValidator
  • Method Details

    • getConfigurationException

      ConfigurationException getConfigurationException()
    • getMessageRoot

      String getMessageRoot()
    • getSchema

      String getSchema()
      Returns:
      noNamespaceSchemalocation, if specified
    • getSchemaLocation

      String getSchemaLocation()
    • getXsds

      Set<IXSD> getXsds() throws ConfigurationException
      Throws:
      ConfigurationException
    • getDocumentation

      String getDocumentation()
      Provide additional generic documentation on the validation of the subsequent processing. This documentation will be included in generated schema's like WSDL or OpenApi