Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl |
Default implementations of core interfaces
|
com.eviware.soapui.impl.rest | |
com.eviware.soapui.impl.support | |
com.eviware.soapui.impl.wsdl |
WSDL 1.1 implementations of soapui model interface
|
Modifier and Type | Interface and Description |
---|---|
interface |
RestServiceConfig
An XML RestService(@http://eviware.com/soapui/config).
|
interface |
WsdlInterfaceConfig
An XML WsdlInterface(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
InterfaceConfig |
ProjectConfig.addNewInterface()
Appends and returns a new empty value (as xml) as the last "interface" element
|
InterfaceConfig[] |
ProjectConfig.getInterfaceArray()
Deprecated.
|
InterfaceConfig |
ProjectConfig.getInterfaceArray(int i)
Gets ith "interface" element
|
InterfaceConfig |
ProjectConfig.insertNewInterface(int i)
Inserts and returns a new empty value (as xml) as the ith "interface" element
|
static InterfaceConfig |
InterfaceConfig.Factory.newInstance() |
static InterfaceConfig |
InterfaceConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static InterfaceConfig |
InterfaceConfig.Factory.parse(File file) |
static InterfaceConfig |
InterfaceConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static InterfaceConfig |
InterfaceConfig.Factory.parse(InputStream is) |
static InterfaceConfig |
InterfaceConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static InterfaceConfig |
InterfaceConfig.Factory.parse(Node node) |
static InterfaceConfig |
InterfaceConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static InterfaceConfig |
InterfaceConfig.Factory.parse(Reader r) |
static InterfaceConfig |
InterfaceConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static InterfaceConfig |
InterfaceConfig.Factory.parse(String xmlAsString) |
static InterfaceConfig |
InterfaceConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static InterfaceConfig |
InterfaceConfig.Factory.parse(URL u) |
static InterfaceConfig |
InterfaceConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static InterfaceConfig |
InterfaceConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static InterfaceConfig |
InterfaceConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static InterfaceConfig |
InterfaceConfig.Factory.parse(XMLStreamReader sr) |
static InterfaceConfig |
InterfaceConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<InterfaceConfig> |
ProjectConfig.getInterfaceList()
Gets a List of "interface" elements
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectConfig.setInterfaceArray(InterfaceConfig[] xinterfaceArray)
Sets array of all "interface" element
|
void |
ProjectConfig.setInterfaceArray(int i,
InterfaceConfig xinterface)
Sets ith "interface" element
|
Modifier and Type | Class and Description |
---|---|
class |
InterfaceConfigImpl
An XML Interface(@http://eviware.com/soapui/config).
|
class |
RestServiceConfigImpl
An XML RestService(@http://eviware.com/soapui/config).
|
class |
WsdlInterfaceConfigImpl
An XML WsdlInterface(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
InterfaceConfig |
ProjectConfigImpl.addNewInterface()
Appends and returns a new empty value (as xml) as the last "interface" element
|
InterfaceConfig[] |
ProjectConfigImpl.getInterfaceArray()
Deprecated.
|
InterfaceConfig |
ProjectConfigImpl.getInterfaceArray(int i)
Gets ith "interface" element
|
InterfaceConfig |
ProjectConfigImpl.insertNewInterface(int i)
Inserts and returns a new empty value (as xml) as the ith "interface" element
|
Modifier and Type | Method and Description |
---|---|
List<InterfaceConfig> |
ProjectConfigImpl.getInterfaceList()
Gets a List of "interface" elements
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectConfigImpl.setInterfaceArray(InterfaceConfig[] xinterfaceArray)
Sets array of all "interface" element
|
void |
ProjectConfigImpl.setInterfaceArray(int i,
InterfaceConfig xinterface)
Sets ith "interface" element
|
Modifier and Type | Method and Description |
---|---|
WsdlInterface |
WsdlInterfaceFactory.build(WsdlProject project,
InterfaceConfig config) |
T |
InterfaceFactory.build(WsdlProject project,
InterfaceConfig config) |
Modifier and Type | Method and Description |
---|---|
RestService |
RestServiceFactory.build(WsdlProject project,
InterfaceConfig config) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInterface<T extends InterfaceConfig> |
Modifier and Type | Method and Description |
---|---|
static AbstractInterface<?> |
InterfaceFactoryRegistry.build(WsdlProject project,
InterfaceConfig config) |
Copyright © 2019. All Rights Reserved.