org.mule.common.metadata
Interface SchemaProvider

All Known Implementing Classes:
StringBasedSchemaProvider, UrlBasedSchemaProvider

public interface SchemaProvider


Method Summary
 org.apache.xmlbeans.SchemaGlobalElement findRootElement(QName rootElementName)
           
 org.apache.xmlbeans.SchemaType findRootType(QName rootElementName)
           
 List<InputStream> getSchemas()
           
 

Method Detail

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.