Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl |
Modifier and Type | Method and Description |
---|---|
EndpointsConfig |
InterfaceConfig.addNewEndpoints()
Appends and returns a new empty "endpoints" element
|
EndpointsConfig |
InterfaceConfig.getEndpoints()
Gets the "endpoints" element
|
static EndpointsConfig |
EndpointsConfig.Factory.newInstance() |
static EndpointsConfig |
EndpointsConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static EndpointsConfig |
EndpointsConfig.Factory.parse(File file) |
static EndpointsConfig |
EndpointsConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static EndpointsConfig |
EndpointsConfig.Factory.parse(InputStream is) |
static EndpointsConfig |
EndpointsConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static EndpointsConfig |
EndpointsConfig.Factory.parse(Node node) |
static EndpointsConfig |
EndpointsConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static EndpointsConfig |
EndpointsConfig.Factory.parse(Reader r) |
static EndpointsConfig |
EndpointsConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static EndpointsConfig |
EndpointsConfig.Factory.parse(String xmlAsString) |
static EndpointsConfig |
EndpointsConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static EndpointsConfig |
EndpointsConfig.Factory.parse(URL u) |
static EndpointsConfig |
EndpointsConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static EndpointsConfig |
EndpointsConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static EndpointsConfig |
EndpointsConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static EndpointsConfig |
EndpointsConfig.Factory.parse(XMLStreamReader sr) |
static EndpointsConfig |
EndpointsConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
InterfaceConfig.setEndpoints(EndpointsConfig endpoints)
Sets the "endpoints" element
|
Modifier and Type | Class and Description |
---|---|
class |
EndpointsConfigImpl
An XML Endpoints(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
EndpointsConfig |
InterfaceConfigImpl.addNewEndpoints()
Appends and returns a new empty "endpoints" element
|
EndpointsConfig |
InterfaceConfigImpl.getEndpoints()
Gets the "endpoints" element
|
Modifier and Type | Method and Description |
---|---|
void |
InterfaceConfigImpl.setEndpoints(EndpointsConfig endpoints)
Sets the "endpoints" element
|
Copyright © 2019. All Rights Reserved.