Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.rest |
Modifier and Type | Method and Description |
---|---|
OAuth1ProfileConfig |
OAuth1ProfileContainerConfig.addNewOAuth1Profile()
Appends and returns a new empty value (as xml) as the last "oAuth1Profile" element
|
OAuth1ProfileConfig[] |
OAuth1ProfileContainerConfig.getOAuth1ProfileArray()
Deprecated.
|
OAuth1ProfileConfig |
OAuth1ProfileContainerConfig.getOAuth1ProfileArray(int i)
Gets ith "oAuth1Profile" element
|
OAuth1ProfileConfig |
OAuth1ProfileContainerConfig.insertNewOAuth1Profile(int i)
Inserts and returns a new empty value (as xml) as the ith "oAuth1Profile" element
|
static OAuth1ProfileConfig |
OAuth1ProfileConfig.Factory.newInstance() |
static OAuth1ProfileConfig |
OAuth1ProfileConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static OAuth1ProfileConfig |
OAuth1ProfileConfig.Factory.parse(File file) |
static OAuth1ProfileConfig |
OAuth1ProfileConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static OAuth1ProfileConfig |
OAuth1ProfileConfig.Factory.parse(InputStream is) |
static OAuth1ProfileConfig |
OAuth1ProfileConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static OAuth1ProfileConfig |
OAuth1ProfileConfig.Factory.parse(Node node) |
static OAuth1ProfileConfig |
OAuth1ProfileConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static OAuth1ProfileConfig |
OAuth1ProfileConfig.Factory.parse(Reader r) |
static OAuth1ProfileConfig |
OAuth1ProfileConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static OAuth1ProfileConfig |
OAuth1ProfileConfig.Factory.parse(String xmlAsString) |
static OAuth1ProfileConfig |
OAuth1ProfileConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static OAuth1ProfileConfig |
OAuth1ProfileConfig.Factory.parse(URL u) |
static OAuth1ProfileConfig |
OAuth1ProfileConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static OAuth1ProfileConfig |
OAuth1ProfileConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static OAuth1ProfileConfig |
OAuth1ProfileConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static OAuth1ProfileConfig |
OAuth1ProfileConfig.Factory.parse(XMLStreamReader sr) |
static OAuth1ProfileConfig |
OAuth1ProfileConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<OAuth1ProfileConfig> |
OAuth1ProfileContainerConfig.getOAuth1ProfileList()
Gets a List of "oAuth1Profile" elements
|
Modifier and Type | Method and Description |
---|---|
void |
OAuth1ProfileContainerConfig.setOAuth1ProfileArray(int i,
OAuth1ProfileConfig oAuth1Profile)
Sets ith "oAuth1Profile" element
|
void |
OAuth1ProfileContainerConfig.setOAuth1ProfileArray(OAuth1ProfileConfig[] oAuth1ProfileArray)
Sets array of all "oAuth1Profile" element
|
Modifier and Type | Class and Description |
---|---|
class |
OAuth1ProfileConfigImpl
An XML OAuth1Profile(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
OAuth1ProfileConfig |
OAuth1ProfileContainerConfigImpl.addNewOAuth1Profile()
Appends and returns a new empty value (as xml) as the last "oAuth1Profile" element
|
OAuth1ProfileConfig[] |
OAuth1ProfileContainerConfigImpl.getOAuth1ProfileArray()
Deprecated.
|
OAuth1ProfileConfig |
OAuth1ProfileContainerConfigImpl.getOAuth1ProfileArray(int i)
Gets ith "oAuth1Profile" element
|
OAuth1ProfileConfig |
OAuth1ProfileContainerConfigImpl.insertNewOAuth1Profile(int i)
Inserts and returns a new empty value (as xml) as the ith "oAuth1Profile" element
|
Modifier and Type | Method and Description |
---|---|
List<OAuth1ProfileConfig> |
OAuth1ProfileContainerConfigImpl.getOAuth1ProfileList()
Gets a List of "oAuth1Profile" elements
|
Modifier and Type | Method and Description |
---|---|
void |
OAuth1ProfileContainerConfigImpl.setOAuth1ProfileArray(int i,
OAuth1ProfileConfig oAuth1Profile)
Sets ith "oAuth1Profile" element
|
void |
OAuth1ProfileContainerConfigImpl.setOAuth1ProfileArray(OAuth1ProfileConfig[] oAuth1ProfileArray)
Sets array of all "oAuth1Profile" element
|
Modifier and Type | Method and Description |
---|---|
OAuth1ProfileConfig |
OAuth1Profile.getConfiguration() |
Constructor and Description |
---|
OAuth1Profile(OAuth1ProfileContainer OAuth1ProfileContainer,
OAuth1ProfileConfig configuration) |
Copyright © 2019. All Rights Reserved.