org.mule.common.metadata
Interface SchemaProvider
- All Known Implementing Classes:
- StringBasedSchemaProvider, UrlBasedSchemaProvider
public interface SchemaProvider
getSchemas
List<InputStream> getSchemas()
findRootElement
org.apache.xmlbeans.SchemaGlobalElement findRootElement(QName rootElementName)
throws org.apache.xmlbeans.XmlException
- Throws:
org.apache.xmlbeans.XmlException
findRootType
org.apache.xmlbeans.SchemaType findRootType(QName rootElementName)
throws org.apache.xmlbeans.XmlException
- Throws:
org.apache.xmlbeans.XmlException
Copyright © 2015 MuleSoft, Inc.. All rights reserved.