Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.model.environment |
Modifier and Type | Method and Description |
---|---|
EnvironmentEndpointConfig |
ServiceConfig.addNewEndpoint()
Appends and returns a new empty "endpoint" element
|
EnvironmentEndpointConfig |
ServiceConfig.getEndpoint()
Gets the "endpoint" element
|
static EnvironmentEndpointConfig |
EnvironmentEndpointConfig.Factory.newInstance() |
static EnvironmentEndpointConfig |
EnvironmentEndpointConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static EnvironmentEndpointConfig |
EnvironmentEndpointConfig.Factory.parse(File file) |
static EnvironmentEndpointConfig |
EnvironmentEndpointConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static EnvironmentEndpointConfig |
EnvironmentEndpointConfig.Factory.parse(InputStream is) |
static EnvironmentEndpointConfig |
EnvironmentEndpointConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static EnvironmentEndpointConfig |
EnvironmentEndpointConfig.Factory.parse(Node node) |
static EnvironmentEndpointConfig |
EnvironmentEndpointConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static EnvironmentEndpointConfig |
EnvironmentEndpointConfig.Factory.parse(Reader r) |
static EnvironmentEndpointConfig |
EnvironmentEndpointConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static EnvironmentEndpointConfig |
EnvironmentEndpointConfig.Factory.parse(String xmlAsString) |
static EnvironmentEndpointConfig |
EnvironmentEndpointConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static EnvironmentEndpointConfig |
EnvironmentEndpointConfig.Factory.parse(URL u) |
static EnvironmentEndpointConfig |
EnvironmentEndpointConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static EnvironmentEndpointConfig |
EnvironmentEndpointConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static EnvironmentEndpointConfig |
EnvironmentEndpointConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static EnvironmentEndpointConfig |
EnvironmentEndpointConfig.Factory.parse(XMLStreamReader sr) |
static EnvironmentEndpointConfig |
EnvironmentEndpointConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceConfig.setEndpoint(EnvironmentEndpointConfig endpoint)
Sets the "endpoint" element
|
Modifier and Type | Class and Description |
---|---|
class |
EnvironmentEndpointConfigImpl
An XML EnvironmentEndpoint(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
EnvironmentEndpointConfig |
ServiceConfigImpl.addNewEndpoint()
Appends and returns a new empty "endpoint" element
|
EnvironmentEndpointConfig |
ServiceConfigImpl.getEndpoint()
Gets the "endpoint" element
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceConfigImpl.setEndpoint(EnvironmentEndpointConfig endpoint)
Sets the "endpoint" element
|
Modifier and Type | Method and Description |
---|---|
EnvironmentEndpointConfig |
Endpoint.getConfig() |
Copyright © 2019. All Rights Reserved.