public class UrlBasedSchemaProvider extends Object implements SchemaProvider
| Constructor and Description |
|---|
UrlBasedSchemaProvider(List<URL> schemas) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.xmlbeans.SchemaGlobalElement |
findRootElement(QName rootElementName) |
org.apache.xmlbeans.SchemaType |
findRootType(QName rootElementName) |
List<InputStream> |
getSchemas() |
public List<InputStream> getSchemas()
getSchemas in interface SchemaProviderpublic org.apache.xmlbeans.SchemaGlobalElement findRootElement(QName rootElementName) throws org.apache.xmlbeans.XmlException
findRootElement in interface SchemaProviderorg.apache.xmlbeans.XmlExceptionpublic org.apache.xmlbeans.SchemaType findRootType(QName rootElementName) throws org.apache.xmlbeans.XmlException
findRootType in interface SchemaProviderorg.apache.xmlbeans.XmlExceptionCopyright © 2018 MuleSoft, Inc.. All rights reserved.