com.eviware.soapui.impl.wsdl.support
Class SchemaUtils
java.lang.Object
com.eviware.soapui.impl.wsdl.support.SchemaUtils
public class SchemaUtils
- extends java.lang.Object
XML-Schema related tools
- Author:
- Ole.Matzura
Method Summary |
static java.util.List<java.lang.String> |
getDefinitionUrls(java.lang.String wsdlUrl)
|
static java.util.List<org.apache.xmlbeans.XmlObject> |
getSchemas(java.lang.String wsdlUrl)
|
static java.lang.String |
joinRelativeUrl(java.lang.String root,
java.lang.String url)
|
static org.apache.xmlbeans.SchemaTypeLoader |
loadSchemaTypes(java.util.List<org.apache.xmlbeans.XmlObject> schemas)
|
static org.apache.xmlbeans.SchemaTypeLoader |
loadSchemaTypes(java.lang.String wsdlUrl)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaUtils
public SchemaUtils()
loadSchemaTypes
public static org.apache.xmlbeans.SchemaTypeLoader loadSchemaTypes(java.lang.String wsdlUrl)
throws java.lang.Exception
- Throws:
java.lang.Exception
loadSchemaTypes
public static org.apache.xmlbeans.SchemaTypeLoader loadSchemaTypes(java.util.List<org.apache.xmlbeans.XmlObject> schemas)
throws java.lang.Exception
- Throws:
java.lang.Exception
getSchemas
public static java.util.List<org.apache.xmlbeans.XmlObject> getSchemas(java.lang.String wsdlUrl)
throws java.lang.Exception
- Throws:
java.lang.Exception
getDefinitionUrls
public static java.util.List<java.lang.String> getDefinitionUrls(java.lang.String wsdlUrl)
throws java.lang.Exception
- Throws:
java.lang.Exception
joinRelativeUrl
public static java.lang.String joinRelativeUrl(java.lang.String root,
java.lang.String url)
Copyright © 2005 eviware.com. All Rights Reserved.