org.mule.common.metadata
Class UrlBasedSchemaProvider

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

public class UrlBasedSchemaProvider
extends Object
implements SchemaProvider


Constructor Summary
UrlBasedSchemaProvider(List<URL> schemas)
           
 
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

UrlBasedSchemaProvider

public UrlBasedSchemaProvider(List<URL> schemas)
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.