org.mule.common.metadata
Class StringBasedSchemaProvider

java.lang.Object
  extended by org.mule.common.metadata.StringBasedSchemaProvider
All Implemented Interfaces:
SchemaProvider

public class StringBasedSchemaProvider
extends Object
implements SchemaProvider


Constructor Summary
StringBasedSchemaProvider(List<String> schemas, Charset encoding, URL baseUri)
           
 
Method Summary
 org.apache.xmlbeans.SchemaGlobalElement findRootElement(QName rootElementName)
           
 org.apache.xmlbeans.SchemaType findRootType(QName rootElementName)
           
 List<InputStream> getSchemas()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringBasedSchemaProvider

public StringBasedSchemaProvider(List<String> schemas,
                                 Charset encoding,
                                 URL baseUri)
Method Detail

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.