Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.support.definition.support | |
com.eviware.soapui.impl.wsdl |
WSDL 1.1 implementations of soapui model interface
|
com.eviware.soapui.impl.wsdl.support.wsdl |
WSDL-related interfaces and classes
|
Modifier and Type | Method and Description |
---|---|
DefinitionCacheConfig |
InterfaceConfig.addNewDefinitionCache()
Appends and returns a new empty "definitionCache" element
|
DefinitionCacheConfig |
InterfaceConfig.getDefinitionCache()
Gets the "definitionCache" element
|
static DefinitionCacheConfig |
DefinitionCacheConfig.Factory.newInstance() |
static DefinitionCacheConfig |
DefinitionCacheConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static DefinitionCacheConfig |
DefinitionCacheConfig.Factory.parse(File file) |
static DefinitionCacheConfig |
DefinitionCacheConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static DefinitionCacheConfig |
DefinitionCacheConfig.Factory.parse(InputStream is) |
static DefinitionCacheConfig |
DefinitionCacheConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static DefinitionCacheConfig |
DefinitionCacheConfig.Factory.parse(Node node) |
static DefinitionCacheConfig |
DefinitionCacheConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static DefinitionCacheConfig |
DefinitionCacheConfig.Factory.parse(Reader r) |
static DefinitionCacheConfig |
DefinitionCacheConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static DefinitionCacheConfig |
DefinitionCacheConfig.Factory.parse(String xmlAsString) |
static DefinitionCacheConfig |
DefinitionCacheConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static DefinitionCacheConfig |
DefinitionCacheConfig.Factory.parse(URL u) |
static DefinitionCacheConfig |
DefinitionCacheConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static DefinitionCacheConfig |
DefinitionCacheConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static DefinitionCacheConfig |
DefinitionCacheConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static DefinitionCacheConfig |
DefinitionCacheConfig.Factory.parse(XMLStreamReader sr) |
static DefinitionCacheConfig |
DefinitionCacheConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
InterfaceConfig.setDefinitionCache(DefinitionCacheConfig definitionCache)
Sets the "definitionCache" element
|
Modifier and Type | Class and Description |
---|---|
class |
DefinitionCacheConfigImpl
An XML DefinitionCache(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
DefinitionCacheConfig |
InterfaceConfigImpl.addNewDefinitionCache()
Appends and returns a new empty "definitionCache" element
|
DefinitionCacheConfig |
InterfaceConfigImpl.getDefinitionCache()
Gets the "definitionCache" element
|
Modifier and Type | Method and Description |
---|---|
void |
InterfaceConfigImpl.setDefinitionCache(DefinitionCacheConfig definitionCache)
Sets the "definitionCache" element
|
Modifier and Type | Field and Description |
---|---|
protected DefinitionCacheConfig |
AbstractDefinitionCache.definitionCache |
Modifier and Type | Method and Description |
---|---|
protected DefinitionCacheConfig |
AbstractDefinitionCache.getConfig() |
protected DefinitionCacheConfig |
StandaloneDefinitionCache.reinit(T owner) |
protected DefinitionCacheConfig |
InterfaceConfigDefinitionCache.reinit(T iface) |
protected abstract DefinitionCacheConfig |
AbstractDefinitionCache.reinit(T owner) |
Constructor and Description |
---|
AbstractDefinitionCache(DefinitionCacheConfig definitionCache,
T container) |
Modifier and Type | Method and Description |
---|---|
DefinitionCacheConfig |
WsdlInterface.cacheDefinition(WsdlLoader loader) |
Modifier and Type | Method and Description |
---|---|
static DefinitionCacheConfig |
WsdlUtils.cacheWsdl(DefinitionLoader loader) |
Modifier and Type | Method and Description |
---|---|
static org.apache.xmlbeans.XmlObject |
CachedWsdlLoader.getPartContent(DefinitionCacheConfig config,
DefintionPartConfig part) |
Constructor and Description |
---|
CachedWsdlLoader(DefinitionCacheConfig config) |
Copyright © 2019. All Rights Reserved.