Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.rest |
Modifier and Type | Method and Description |
---|---|
OAuth1ProfileContainerConfig |
ProjectConfig.addNewOAuth1ProfileContainer()
Appends and returns a new empty "oAuth1ProfileContainer" element
|
OAuth1ProfileContainerConfig |
ProjectConfig.getOAuth1ProfileContainer()
Gets the "oAuth1ProfileContainer" element
|
static OAuth1ProfileContainerConfig |
OAuth1ProfileContainerConfig.Factory.newInstance() |
static OAuth1ProfileContainerConfig |
OAuth1ProfileContainerConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static OAuth1ProfileContainerConfig |
OAuth1ProfileContainerConfig.Factory.parse(File file) |
static OAuth1ProfileContainerConfig |
OAuth1ProfileContainerConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static OAuth1ProfileContainerConfig |
OAuth1ProfileContainerConfig.Factory.parse(InputStream is) |
static OAuth1ProfileContainerConfig |
OAuth1ProfileContainerConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static OAuth1ProfileContainerConfig |
OAuth1ProfileContainerConfig.Factory.parse(Node node) |
static OAuth1ProfileContainerConfig |
OAuth1ProfileContainerConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static OAuth1ProfileContainerConfig |
OAuth1ProfileContainerConfig.Factory.parse(Reader r) |
static OAuth1ProfileContainerConfig |
OAuth1ProfileContainerConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static OAuth1ProfileContainerConfig |
OAuth1ProfileContainerConfig.Factory.parse(String xmlAsString) |
static OAuth1ProfileContainerConfig |
OAuth1ProfileContainerConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static OAuth1ProfileContainerConfig |
OAuth1ProfileContainerConfig.Factory.parse(URL u) |
static OAuth1ProfileContainerConfig |
OAuth1ProfileContainerConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static OAuth1ProfileContainerConfig |
OAuth1ProfileContainerConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static OAuth1ProfileContainerConfig |
OAuth1ProfileContainerConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static OAuth1ProfileContainerConfig |
OAuth1ProfileContainerConfig.Factory.parse(XMLStreamReader sr) |
static OAuth1ProfileContainerConfig |
OAuth1ProfileContainerConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
ProjectConfig.setOAuth1ProfileContainer(OAuth1ProfileContainerConfig oAuth1ProfileContainer)
Sets the "oAuth1ProfileContainer" element
|
Modifier and Type | Class and Description |
---|---|
class |
OAuth1ProfileContainerConfigImpl
An XML OAuth1ProfileContainer(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
OAuth1ProfileContainerConfig |
ProjectConfigImpl.addNewOAuth1ProfileContainer()
Appends and returns a new empty "oAuth1ProfileContainer" element
|
OAuth1ProfileContainerConfig |
ProjectConfigImpl.getOAuth1ProfileContainer()
Gets the "oAuth1ProfileContainer" element
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectConfigImpl.setOAuth1ProfileContainer(OAuth1ProfileContainerConfig oAuth1ProfileContainer)
Sets the "oAuth1ProfileContainer" element
|
Modifier and Type | Method and Description |
---|---|
OAuth1ProfileContainerConfig |
OAuth1ProfileContainer.getConfig() |
Constructor and Description |
---|
OAuth1ProfileContainer(WsdlProject project,
OAuth1ProfileContainerConfig configuration) |
Copyright © 2019. All Rights Reserved.