| Package | Description | 
|---|---|
| com.eviware.soapui.config | |
| com.eviware.soapui.config.impl | 
| Modifier and Type | Method and Description | 
|---|---|
CredentialsConfig | 
AbstractRequestConfig.addNewCredentials()
Appends and returns a new empty "credentials" element 
 | 
CredentialsConfig | 
AbstractRequestConfig.getCredentials()
Gets the "credentials" element 
 | 
static CredentialsConfig | 
CredentialsConfig.Factory.newInstance()  | 
static CredentialsConfig | 
CredentialsConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)  | 
static CredentialsConfig | 
CredentialsConfig.Factory.parse(File file)  | 
static CredentialsConfig | 
CredentialsConfig.Factory.parse(File file,
     org.apache.xmlbeans.XmlOptions options)  | 
static CredentialsConfig | 
CredentialsConfig.Factory.parse(InputStream is)  | 
static CredentialsConfig | 
CredentialsConfig.Factory.parse(InputStream is,
     org.apache.xmlbeans.XmlOptions options)  | 
static CredentialsConfig | 
CredentialsConfig.Factory.parse(Node node)  | 
static CredentialsConfig | 
CredentialsConfig.Factory.parse(Node node,
     org.apache.xmlbeans.XmlOptions options)  | 
static CredentialsConfig | 
CredentialsConfig.Factory.parse(Reader r)  | 
static CredentialsConfig | 
CredentialsConfig.Factory.parse(Reader r,
     org.apache.xmlbeans.XmlOptions options)  | 
static CredentialsConfig | 
CredentialsConfig.Factory.parse(String xmlAsString)  | 
static CredentialsConfig | 
CredentialsConfig.Factory.parse(String xmlAsString,
     org.apache.xmlbeans.XmlOptions options)  | 
static CredentialsConfig | 
CredentialsConfig.Factory.parse(URL u)  | 
static CredentialsConfig | 
CredentialsConfig.Factory.parse(URL u,
     org.apache.xmlbeans.XmlOptions options)  | 
static CredentialsConfig | 
CredentialsConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. 
 
XMLInputStream | 
static CredentialsConfig | 
CredentialsConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
     org.apache.xmlbeans.XmlOptions options)
Deprecated. 
 
XMLInputStream | 
static CredentialsConfig | 
CredentialsConfig.Factory.parse(XMLStreamReader sr)  | 
static CredentialsConfig | 
CredentialsConfig.Factory.parse(XMLStreamReader sr,
     org.apache.xmlbeans.XmlOptions options)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractRequestConfig.setCredentials(CredentialsConfig credentials)
Sets the "credentials" element 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CredentialsConfigImpl
An XML Credentials(@http://eviware.com/soapui/config). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CredentialsConfig | 
AbstractRequestConfigImpl.addNewCredentials()
Appends and returns a new empty "credentials" element 
 | 
CredentialsConfig | 
AbstractRequestConfigImpl.getCredentials()
Gets the "credentials" element 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractRequestConfigImpl.setCredentials(CredentialsConfig credentials)
Sets the "credentials" element 
 | 
Copyright © 2019. All Rights Reserved.