org.mule.common.metadata.util
Class XmlSchemaUtils

java.lang.Object
  extended by org.mule.common.metadata.util.XmlSchemaUtils

public class XmlSchemaUtils
extends Object


Constructor Summary
XmlSchemaUtils()
           
 
Method Summary
static org.apache.xmlbeans.SchemaTypeSystem getSchemaTypeSystem(List<String> schemas)
           
static org.apache.xmlbeans.SchemaTypeSystem getSchemaTypeSystem(List<String> schemas, URL source)
           
static org.apache.xmlbeans.SchemaTypeSystem getSchemaTypeSystemFromUrl(List<URL> schemas)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlSchemaUtils

public XmlSchemaUtils()
Method Detail

getSchemaTypeSystem

public static org.apache.xmlbeans.SchemaTypeSystem getSchemaTypeSystem(List<String> schemas)
                                                                throws org.apache.xmlbeans.XmlException
Throws:
org.apache.xmlbeans.XmlException

getSchemaTypeSystem

public static org.apache.xmlbeans.SchemaTypeSystem getSchemaTypeSystem(List<String> schemas,
                                                                       URL source)
                                                                throws org.apache.xmlbeans.XmlException
Throws:
org.apache.xmlbeans.XmlException

getSchemaTypeSystemFromUrl

public static org.apache.xmlbeans.SchemaTypeSystem getSchemaTypeSystemFromUrl(List<URL> schemas)
                                                                       throws org.apache.xmlbeans.XmlException,
                                                                              IOException
Throws:
org.apache.xmlbeans.XmlException
IOException


Copyright © 2015 MuleSoft, Inc.. All rights reserved.