Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.wsdl.support.wsrm |
Modifier and Type | Field and Description |
---|---|
static WsrmVersionTypeConfig.Enum |
WsrmVersionTypeConfig.X_1_0 |
static WsrmVersionTypeConfig.Enum |
WsrmVersionTypeConfig.X_1_1 |
static WsrmVersionTypeConfig.Enum |
WsrmVersionTypeConfig.X_1_2 |
Modifier and Type | Method and Description |
---|---|
static WsrmVersionTypeConfig.Enum |
WsrmVersionTypeConfig.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none.
|
static WsrmVersionTypeConfig.Enum |
WsrmVersionTypeConfig.Enum.forString(String s)
Returns the enum value for a string, or null if none.
|
WsrmVersionTypeConfig.Enum |
WsrmConfigConfig.getVersion()
Gets the "version" attribute
|
WsrmVersionTypeConfig.Enum |
TestCaseConfig.getWsrmVersion()
Gets the "wsrmVersion" attribute
|
Modifier and Type | Method and Description |
---|---|
void |
WsrmConfigConfig.setVersion(WsrmVersionTypeConfig.Enum version)
Sets the "version" attribute
|
void |
TestCaseConfig.setWsrmVersion(WsrmVersionTypeConfig.Enum wsrmVersion)
Sets the "wsrmVersion" attribute
|
Modifier and Type | Method and Description |
---|---|
WsrmVersionTypeConfig.Enum |
WsrmConfigConfigImpl.getVersion()
Gets the "version" attribute
|
WsrmVersionTypeConfig.Enum |
TestCaseConfigImpl.getWsrmVersion()
Gets the "wsrmVersion" attribute
|
Modifier and Type | Method and Description |
---|---|
void |
WsrmConfigConfigImpl.setVersion(WsrmVersionTypeConfig.Enum version)
Sets the "version" attribute
|
void |
TestCaseConfigImpl.setWsrmVersion(WsrmVersionTypeConfig.Enum wsrmVersion)
Sets the "wsrmVersion" attribute
|
Modifier and Type | Method and Description |
---|---|
static String |
WsrmUtils.getWsrmVersionNamespace(WsrmVersionTypeConfig.Enum wsrmVersion) |
Copyright © 2019. All Rights Reserved.