org.mule.common.metadata
Class StringBasedSchemaProvider
java.lang.Object
org.mule.common.metadata.StringBasedSchemaProvider
- All Implemented Interfaces:
- SchemaProvider
public class StringBasedSchemaProvider
- extends Object
- implements SchemaProvider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringBasedSchemaProvider
public StringBasedSchemaProvider(List<String> schemas,
Charset encoding,
URL baseUri)
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.