Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.model.environment |
Modifier and Type | Field and Description |
---|---|
static ServiceConfig.Type.Enum |
ServiceConfig.Type.REST |
static ServiceConfig.Type.Enum |
ServiceConfig.Type.SOAP |
Modifier and Type | Method and Description |
---|---|
static ServiceConfig.Type.Enum |
ServiceConfig.Type.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none.
|
static ServiceConfig.Type.Enum |
ServiceConfig.Type.Enum.forString(String s)
Returns the enum value for a string, or null if none.
|
ServiceConfig.Type.Enum |
ServiceConfig.getType()
Gets the "type" attribute
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceConfig.setType(ServiceConfig.Type.Enum type)
Sets the "type" attribute
|
Modifier and Type | Method and Description |
---|---|
ServiceConfig.Type.Enum |
ServiceConfigImpl.getType()
Gets the "type" attribute
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceConfigImpl.setType(ServiceConfig.Type.Enum type)
Sets the "type" attribute
|
Modifier and Type | Method and Description |
---|---|
ServiceConfig.Type.Enum |
Service.getType() |
Modifier and Type | Method and Description |
---|---|
Service |
Environment.addNewService(String name,
ServiceConfig.Type.Enum serviceType) |
Service |
DefaultEnvironment.addNewService(String name,
ServiceConfig.Type.Enum serviceType) |
Copyright © 2019. All Rights Reserved.