Package | Description |
---|---|
com.eviware.soapui.impl.support.definition | |
com.eviware.soapui.impl.support.definition.support | |
com.eviware.soapui.impl.wadl.support | |
com.eviware.soapui.impl.wsdl.support |
WSDL-related support classes
|
com.eviware.soapui.impl.wsdl.support.wsdl |
WSDL-related interfaces and classes
|
com.eviware.soapui.impl.wsdl.support.xsd |
XML-Schema-related interfaces and classes
|
Modifier and Type | Interface and Description |
---|---|
interface |
DefinitionLoader |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDefinitionLoader |
class |
InterfaceCacheDefinitionLoader
WsdlLoader for cached definitions
|
Modifier and Type | Class and Description |
---|---|
class |
GeneratedWadlDefinitionLoader |
Modifier and Type | Class and Description |
---|---|
class |
UrlSchemaLoader |
Modifier and Type | Interface and Description |
---|---|
interface |
WsdlDefinitionLoader |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWsdlDefinitionLoader
Abstract WSDLLocator for loading definitions from either URL or cache..
|
class |
CachedWsdlLoader
WsdlLoader for cached definitions
|
class |
UrlWsdlLoader
WsdlLoader for URLs
|
class |
WsdlLoader
Abstract WSDLLocator for loading definitions from either URL or cache..
|
Modifier and Type | Method and Description |
---|---|
static Map<String,org.apache.xmlbeans.XmlObject> |
SchemaUtils.getDefinitionParts(SchemaLoader loader)
Returns a map mapping urls to corresponding XmlObjects for the specified
wsdlUrl
|
static void |
SchemaUtils.getDefinitionParts(String origWsdlUrl,
Map<String,org.apache.xmlbeans.XmlObject> existing,
SchemaLoader loader) |
static void |
SchemaUtils.getSchemas(String wsdlUrl,
Map<String,org.apache.xmlbeans.XmlObject> existing,
SchemaLoader loader,
String tns)
Returns a map mapping urls to corresponding XmlSchema XmlObjects for the
specified wsdlUrl
|
static Map<String,org.apache.xmlbeans.XmlObject> |
SchemaUtils.getSchemas(String wsdlUrl,
SchemaLoader loader) |
static org.apache.xmlbeans.SchemaTypeSystem |
SchemaUtils.loadSchemaTypes(String wsdlUrl,
SchemaLoader loader) |
Copyright © 2019. All Rights Reserved.