org.mule.common.metadata
Class UrlBasedSchemaProvider
java.lang.Object
org.mule.common.metadata.UrlBasedSchemaProvider
- All Implemented Interfaces:
- SchemaProvider
public class UrlBasedSchemaProvider
- extends Object
- implements SchemaProvider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UrlBasedSchemaProvider
public UrlBasedSchemaProvider(List<URL> schemas)
getSchemas
public List<InputStream> getSchemas()
- Specified by:
getSchemas in interface SchemaProvider
findRootElement
public org.apache.xmlbeans.SchemaGlobalElement findRootElement(QName rootElementName)
throws org.apache.xmlbeans.XmlException
- Specified by:
findRootElement in interface SchemaProvider
- Throws:
org.apache.xmlbeans.XmlException
findRootType
public org.apache.xmlbeans.SchemaType findRootType(QName rootElementName)
throws org.apache.xmlbeans.XmlException
- Specified by:
findRootType in interface SchemaProvider
- Throws:
org.apache.xmlbeans.XmlException
Copyright © 2015 MuleSoft, Inc.. All rights reserved.