Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.wsdl.endpoint |
Modifier and Type | Interface and Description |
---|---|
interface |
EnvironmentEndpointConfig
An XML EnvironmentEndpoint(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
EndpointConfig |
DefaultEndpointStrategyConfig.addNewEndpoint()
Appends and returns a new empty value (as xml) as the last "endpoint" element
|
EndpointConfig[] |
DefaultEndpointStrategyConfig.getEndpointArray()
Deprecated.
|
EndpointConfig |
DefaultEndpointStrategyConfig.getEndpointArray(int i)
Gets ith "endpoint" element
|
EndpointConfig |
DefaultEndpointStrategyConfig.insertNewEndpoint(int i)
Inserts and returns a new empty value (as xml) as the ith "endpoint" element
|
static EndpointConfig |
EndpointConfig.Factory.newInstance() |
static EndpointConfig |
EndpointConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static EndpointConfig |
EndpointConfig.Factory.parse(File file) |
static EndpointConfig |
EndpointConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static EndpointConfig |
EndpointConfig.Factory.parse(InputStream is) |
static EndpointConfig |
EndpointConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static EndpointConfig |
EndpointConfig.Factory.parse(Node node) |
static EndpointConfig |
EndpointConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static EndpointConfig |
EndpointConfig.Factory.parse(Reader r) |
static EndpointConfig |
EndpointConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static EndpointConfig |
EndpointConfig.Factory.parse(String xmlAsString) |
static EndpointConfig |
EndpointConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static EndpointConfig |
EndpointConfig.Factory.parse(URL u) |
static EndpointConfig |
EndpointConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static EndpointConfig |
EndpointConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static EndpointConfig |
EndpointConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static EndpointConfig |
EndpointConfig.Factory.parse(XMLStreamReader sr) |
static EndpointConfig |
EndpointConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<EndpointConfig> |
DefaultEndpointStrategyConfig.getEndpointList()
Gets a List of "endpoint" elements
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultEndpointStrategyConfig.setEndpointArray(EndpointConfig[] endpointArray)
Sets array of all "endpoint" element
|
void |
DefaultEndpointStrategyConfig.setEndpointArray(int i,
EndpointConfig endpoint)
Sets ith "endpoint" element
|
Modifier and Type | Class and Description |
---|---|
class |
EndpointConfigImpl
An XML Endpoint(@http://eviware.com/soapui/config).
|
class |
EnvironmentEndpointConfigImpl
An XML EnvironmentEndpoint(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
EndpointConfig |
DefaultEndpointStrategyConfigImpl.addNewEndpoint()
Appends and returns a new empty value (as xml) as the last "endpoint" element
|
EndpointConfig[] |
DefaultEndpointStrategyConfigImpl.getEndpointArray()
Deprecated.
|
EndpointConfig |
DefaultEndpointStrategyConfigImpl.getEndpointArray(int i)
Gets ith "endpoint" element
|
EndpointConfig |
DefaultEndpointStrategyConfigImpl.insertNewEndpoint(int i)
Inserts and returns a new empty value (as xml) as the ith "endpoint" element
|
Modifier and Type | Method and Description |
---|---|
List<EndpointConfig> |
DefaultEndpointStrategyConfigImpl.getEndpointList()
Gets a List of "endpoint" elements
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultEndpointStrategyConfigImpl.setEndpointArray(EndpointConfig[] endpointArray)
Sets array of all "endpoint" element
|
void |
DefaultEndpointStrategyConfigImpl.setEndpointArray(int i,
EndpointConfig endpoint)
Sets ith "endpoint" element
|
Modifier and Type | Method and Description |
---|---|
protected EndpointConfig |
DefaultEndpointStrategy.EndpointDefaults.getConfig() |
EndpointConfig |
DefaultEndpointStrategy.EndpointDefaults.getEndpointConfig() |
Constructor and Description |
---|
EndpointDefaults(EndpointConfig endpointConfig) |
Copyright © 2019. All Rights Reserved.