Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.support.listener |
Modifier and Type | Method and Description |
---|---|
SoapUIListenerConfig |
SoapUIListenersConfig.addNewListener()
Appends and returns a new empty value (as xml) as the last "listener" element
|
SoapUIListenerConfig[] |
SoapUIListenersConfig.getListenerArray()
Deprecated.
|
SoapUIListenerConfig |
SoapUIListenersConfig.getListenerArray(int i)
Gets ith "listener" element
|
SoapUIListenerConfig |
SoapUIListenersConfig.insertNewListener(int i)
Inserts and returns a new empty value (as xml) as the ith "listener" element
|
static SoapUIListenerConfig |
SoapUIListenerConfig.Factory.newInstance() |
static SoapUIListenerConfig |
SoapUIListenerConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static SoapUIListenerConfig |
SoapUIListenerConfig.Factory.parse(File file) |
static SoapUIListenerConfig |
SoapUIListenerConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static SoapUIListenerConfig |
SoapUIListenerConfig.Factory.parse(InputStream is) |
static SoapUIListenerConfig |
SoapUIListenerConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static SoapUIListenerConfig |
SoapUIListenerConfig.Factory.parse(Node node) |
static SoapUIListenerConfig |
SoapUIListenerConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static SoapUIListenerConfig |
SoapUIListenerConfig.Factory.parse(Reader r) |
static SoapUIListenerConfig |
SoapUIListenerConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static SoapUIListenerConfig |
SoapUIListenerConfig.Factory.parse(String xmlAsString) |
static SoapUIListenerConfig |
SoapUIListenerConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static SoapUIListenerConfig |
SoapUIListenerConfig.Factory.parse(URL u) |
static SoapUIListenerConfig |
SoapUIListenerConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static SoapUIListenerConfig |
SoapUIListenerConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static SoapUIListenerConfig |
SoapUIListenerConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static SoapUIListenerConfig |
SoapUIListenerConfig.Factory.parse(XMLStreamReader sr) |
static SoapUIListenerConfig |
SoapUIListenerConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<SoapUIListenerConfig> |
SoapUIListenersConfig.getListenerList()
Gets a List of "listener" elements
|
Modifier and Type | Method and Description |
---|---|
void |
SoapUIListenersConfig.setListenerArray(int i,
SoapUIListenerConfig listener)
Sets ith "listener" element
|
void |
SoapUIListenersConfig.setListenerArray(SoapUIListenerConfig[] listenerArray)
Sets array of all "listener" element
|
Modifier and Type | Class and Description |
---|---|
class |
SoapUIListenerConfigImpl
An XML SoapUIListener(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
SoapUIListenerConfig |
SoapUIListenersConfigImpl.addNewListener()
Appends and returns a new empty value (as xml) as the last "listener" element
|
SoapUIListenerConfig[] |
SoapUIListenersConfigImpl.getListenerArray()
Deprecated.
|
SoapUIListenerConfig |
SoapUIListenersConfigImpl.getListenerArray(int i)
Gets ith "listener" element
|
SoapUIListenerConfig |
SoapUIListenersConfigImpl.insertNewListener(int i)
Inserts and returns a new empty value (as xml) as the ith "listener" element
|
Modifier and Type | Method and Description |
---|---|
List<SoapUIListenerConfig> |
SoapUIListenersConfigImpl.getListenerList()
Gets a List of "listener" elements
|
Modifier and Type | Method and Description |
---|---|
void |
SoapUIListenersConfigImpl.setListenerArray(int i,
SoapUIListenerConfig listener)
Sets ith "listener" element
|
void |
SoapUIListenersConfigImpl.setListenerArray(SoapUIListenerConfig[] listenerArray)
Sets array of all "listener" element
|
Modifier and Type | Method and Description |
---|---|
void |
SoapUIListenerRegistry.addListener(Class<?> listenerInterface,
Class<?> listenerClass,
SoapUIListenerConfig config) |
void |
ListenerRegistry.addListener(Class<?> listenerInterface,
Class<?> listenerClass,
SoapUIListenerConfig config) |
void |
InitializableListener.init(SoapUIListenerConfig listenerConfig) |
Copyright © 2019. All Rights Reserved.