Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl |
Modifier and Type | Method and Description |
---|---|
EventHandlerTypeConfig |
ProjectConfig.addNewEventHandlers()
Appends and returns a new empty value (as xml) as the last "eventHandlers" element
|
EventHandlerTypeConfig[] |
ProjectConfig.getEventHandlersArray()
Deprecated.
|
EventHandlerTypeConfig |
ProjectConfig.getEventHandlersArray(int i)
Gets ith "eventHandlers" element
|
EventHandlerTypeConfig |
ProjectConfig.insertNewEventHandlers(int i)
Inserts and returns a new empty value (as xml) as the ith "eventHandlers" element
|
static EventHandlerTypeConfig |
EventHandlerTypeConfig.Factory.newInstance() |
static EventHandlerTypeConfig |
EventHandlerTypeConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static EventHandlerTypeConfig |
EventHandlerTypeConfig.Factory.parse(File file) |
static EventHandlerTypeConfig |
EventHandlerTypeConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static EventHandlerTypeConfig |
EventHandlerTypeConfig.Factory.parse(InputStream is) |
static EventHandlerTypeConfig |
EventHandlerTypeConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static EventHandlerTypeConfig |
EventHandlerTypeConfig.Factory.parse(Node node) |
static EventHandlerTypeConfig |
EventHandlerTypeConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static EventHandlerTypeConfig |
EventHandlerTypeConfig.Factory.parse(Reader r) |
static EventHandlerTypeConfig |
EventHandlerTypeConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static EventHandlerTypeConfig |
EventHandlerTypeConfig.Factory.parse(String xmlAsString) |
static EventHandlerTypeConfig |
EventHandlerTypeConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static EventHandlerTypeConfig |
EventHandlerTypeConfig.Factory.parse(URL u) |
static EventHandlerTypeConfig |
EventHandlerTypeConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static EventHandlerTypeConfig |
EventHandlerTypeConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static EventHandlerTypeConfig |
EventHandlerTypeConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static EventHandlerTypeConfig |
EventHandlerTypeConfig.Factory.parse(XMLStreamReader sr) |
static EventHandlerTypeConfig |
EventHandlerTypeConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<EventHandlerTypeConfig> |
ProjectConfig.getEventHandlersList()
Gets a List of "eventHandlers" elements
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectConfig.setEventHandlersArray(EventHandlerTypeConfig[] eventHandlersArray)
Sets array of all "eventHandlers" element
|
void |
ProjectConfig.setEventHandlersArray(int i,
EventHandlerTypeConfig eventHandlers)
Sets ith "eventHandlers" element
|
Modifier and Type | Class and Description |
---|---|
class |
EventHandlerTypeConfigImpl
An XML EventHandlerType(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
EventHandlerTypeConfig |
ProjectConfigImpl.addNewEventHandlers()
Appends and returns a new empty value (as xml) as the last "eventHandlers" element
|
EventHandlerTypeConfig[] |
ProjectConfigImpl.getEventHandlersArray()
Deprecated.
|
EventHandlerTypeConfig |
ProjectConfigImpl.getEventHandlersArray(int i)
Gets ith "eventHandlers" element
|
EventHandlerTypeConfig |
ProjectConfigImpl.insertNewEventHandlers(int i)
Inserts and returns a new empty value (as xml) as the ith "eventHandlers" element
|
Modifier and Type | Method and Description |
---|---|
List<EventHandlerTypeConfig> |
ProjectConfigImpl.getEventHandlersList()
Gets a List of "eventHandlers" elements
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectConfigImpl.setEventHandlersArray(EventHandlerTypeConfig[] eventHandlersArray)
Sets array of all "eventHandlers" element
|
void |
ProjectConfigImpl.setEventHandlersArray(int i,
EventHandlerTypeConfig eventHandlers)
Sets ith "eventHandlers" element
|
Copyright © 2019. All Rights Reserved.