Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.support.factory |
Modifier and Type | Method and Description |
---|---|
SoapUIFactoryConfig |
SoapUIFactoriesConfig.addNewFactory()
Appends and returns a new empty value (as xml) as the last "factory" element
|
SoapUIFactoryConfig[] |
SoapUIFactoriesConfig.getFactoryArray()
Deprecated.
|
SoapUIFactoryConfig |
SoapUIFactoriesConfig.getFactoryArray(int i)
Gets ith "factory" element
|
SoapUIFactoryConfig |
SoapUIFactoriesConfig.insertNewFactory(int i)
Inserts and returns a new empty value (as xml) as the ith "factory" element
|
static SoapUIFactoryConfig |
SoapUIFactoryConfig.Factory.newInstance() |
static SoapUIFactoryConfig |
SoapUIFactoryConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static SoapUIFactoryConfig |
SoapUIFactoryConfig.Factory.parse(File file) |
static SoapUIFactoryConfig |
SoapUIFactoryConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static SoapUIFactoryConfig |
SoapUIFactoryConfig.Factory.parse(InputStream is) |
static SoapUIFactoryConfig |
SoapUIFactoryConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static SoapUIFactoryConfig |
SoapUIFactoryConfig.Factory.parse(Node node) |
static SoapUIFactoryConfig |
SoapUIFactoryConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static SoapUIFactoryConfig |
SoapUIFactoryConfig.Factory.parse(Reader r) |
static SoapUIFactoryConfig |
SoapUIFactoryConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static SoapUIFactoryConfig |
SoapUIFactoryConfig.Factory.parse(String xmlAsString) |
static SoapUIFactoryConfig |
SoapUIFactoryConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static SoapUIFactoryConfig |
SoapUIFactoryConfig.Factory.parse(URL u) |
static SoapUIFactoryConfig |
SoapUIFactoryConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static SoapUIFactoryConfig |
SoapUIFactoryConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static SoapUIFactoryConfig |
SoapUIFactoryConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static SoapUIFactoryConfig |
SoapUIFactoryConfig.Factory.parse(XMLStreamReader sr) |
static SoapUIFactoryConfig |
SoapUIFactoryConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<SoapUIFactoryConfig> |
SoapUIFactoriesConfig.getFactoryList()
Gets a List of "factory" elements
|
Modifier and Type | Method and Description |
---|---|
void |
SoapUIFactoriesConfig.setFactoryArray(int i,
SoapUIFactoryConfig factory)
Sets ith "factory" element
|
void |
SoapUIFactoriesConfig.setFactoryArray(SoapUIFactoryConfig[] factoryArray)
Sets array of all "factory" element
|
Modifier and Type | Class and Description |
---|---|
class |
SoapUIFactoryConfigImpl
An XML SoapUIFactory(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
SoapUIFactoryConfig |
SoapUIFactoriesConfigImpl.addNewFactory()
Appends and returns a new empty value (as xml) as the last "factory" element
|
SoapUIFactoryConfig[] |
SoapUIFactoriesConfigImpl.getFactoryArray()
Deprecated.
|
SoapUIFactoryConfig |
SoapUIFactoriesConfigImpl.getFactoryArray(int i)
Gets ith "factory" element
|
SoapUIFactoryConfig |
SoapUIFactoriesConfigImpl.insertNewFactory(int i)
Inserts and returns a new empty value (as xml) as the ith "factory" element
|
Modifier and Type | Method and Description |
---|---|
List<SoapUIFactoryConfig> |
SoapUIFactoriesConfigImpl.getFactoryList()
Gets a List of "factory" elements
|
Modifier and Type | Method and Description |
---|---|
void |
SoapUIFactoriesConfigImpl.setFactoryArray(int i,
SoapUIFactoryConfig factory)
Sets ith "factory" element
|
void |
SoapUIFactoriesConfigImpl.setFactoryArray(SoapUIFactoryConfig[] factoryArray)
Sets array of all "factory" element
|
Modifier and Type | Method and Description |
---|---|
void |
InitializableFactory.init(SoapUIFactoryConfig factoryConfig) |
Copyright © 2019. All Rights Reserved.