Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.wsdl.support.wsrm |
Modifier and Type | Method and Description |
---|---|
WsrmConfigConfig |
WsdlRequestConfig.addNewWsrmConfig()
Appends and returns a new empty "wsrmConfig" element
|
WsrmConfigConfig |
WsdlRequestConfig.getWsrmConfig()
Gets the "wsrmConfig" element
|
static WsrmConfigConfig |
WsrmConfigConfig.Factory.newInstance() |
static WsrmConfigConfig |
WsrmConfigConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static WsrmConfigConfig |
WsrmConfigConfig.Factory.parse(File file) |
static WsrmConfigConfig |
WsrmConfigConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static WsrmConfigConfig |
WsrmConfigConfig.Factory.parse(InputStream is) |
static WsrmConfigConfig |
WsrmConfigConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static WsrmConfigConfig |
WsrmConfigConfig.Factory.parse(Node node) |
static WsrmConfigConfig |
WsrmConfigConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static WsrmConfigConfig |
WsrmConfigConfig.Factory.parse(Reader r) |
static WsrmConfigConfig |
WsrmConfigConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static WsrmConfigConfig |
WsrmConfigConfig.Factory.parse(String xmlAsString) |
static WsrmConfigConfig |
WsrmConfigConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static WsrmConfigConfig |
WsrmConfigConfig.Factory.parse(URL u) |
static WsrmConfigConfig |
WsrmConfigConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static WsrmConfigConfig |
WsrmConfigConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static WsrmConfigConfig |
WsrmConfigConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static WsrmConfigConfig |
WsrmConfigConfig.Factory.parse(XMLStreamReader sr) |
static WsrmConfigConfig |
WsrmConfigConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
WsdlRequestConfig.setWsrmConfig(WsrmConfigConfig wsrmConfig)
Sets the "wsrmConfig" element
|
Modifier and Type | Class and Description |
---|---|
class |
WsrmConfigConfigImpl
An XML WsrmConfig(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
WsrmConfigConfig |
WsdlRequestConfigImpl.addNewWsrmConfig()
Appends and returns a new empty "wsrmConfig" element
|
WsrmConfigConfig |
WsdlRequestConfigImpl.getWsrmConfig()
Gets the "wsrmConfig" element
|
Modifier and Type | Method and Description |
---|---|
void |
WsdlRequestConfigImpl.setWsrmConfig(WsrmConfigConfig wsrmConfig)
Sets the "wsrmConfig" element
|
Modifier and Type | Method and Description |
---|---|
WsrmConfigConfig |
WsrmConfig.getWsrmConfig() |
Modifier and Type | Method and Description |
---|---|
void |
WsrmConfig.setWsrmConfig(WsrmConfigConfig wsrmConfig) |
Constructor and Description |
---|
WsrmConfig(WsrmConfigConfig wsrmConfig,
WsrmContainer container) |
Copyright © 2019. All Rights Reserved.