Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl |
Modifier and Type | Method and Description |
---|---|
static RefreshAccessTokenMethodConfig |
RefreshAccessTokenMethodConfig.Factory.newInstance() |
static RefreshAccessTokenMethodConfig |
RefreshAccessTokenMethodConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static RefreshAccessTokenMethodConfig |
RefreshAccessTokenMethodConfig.Factory.newValue(Object obj) |
static RefreshAccessTokenMethodConfig |
RefreshAccessTokenMethodConfig.Factory.parse(File file) |
static RefreshAccessTokenMethodConfig |
RefreshAccessTokenMethodConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static RefreshAccessTokenMethodConfig |
RefreshAccessTokenMethodConfig.Factory.parse(InputStream is) |
static RefreshAccessTokenMethodConfig |
RefreshAccessTokenMethodConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static RefreshAccessTokenMethodConfig |
RefreshAccessTokenMethodConfig.Factory.parse(Node node) |
static RefreshAccessTokenMethodConfig |
RefreshAccessTokenMethodConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static RefreshAccessTokenMethodConfig |
RefreshAccessTokenMethodConfig.Factory.parse(Reader r) |
static RefreshAccessTokenMethodConfig |
RefreshAccessTokenMethodConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static RefreshAccessTokenMethodConfig |
RefreshAccessTokenMethodConfig.Factory.parse(String xmlAsString) |
static RefreshAccessTokenMethodConfig |
RefreshAccessTokenMethodConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static RefreshAccessTokenMethodConfig |
RefreshAccessTokenMethodConfig.Factory.parse(URL u) |
static RefreshAccessTokenMethodConfig |
RefreshAccessTokenMethodConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static RefreshAccessTokenMethodConfig |
RefreshAccessTokenMethodConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static RefreshAccessTokenMethodConfig |
RefreshAccessTokenMethodConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static RefreshAccessTokenMethodConfig |
RefreshAccessTokenMethodConfig.Factory.parse(XMLStreamReader sr) |
static RefreshAccessTokenMethodConfig |
RefreshAccessTokenMethodConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
RefreshAccessTokenMethodConfig |
OAuth2ProfileConfig.xgetRefreshAccessTokenMethod()
Gets (as xml) the "refreshAccessTokenMethod" element
|
Modifier and Type | Method and Description |
---|---|
void |
OAuth2ProfileConfig.xsetRefreshAccessTokenMethod(RefreshAccessTokenMethodConfig refreshAccessTokenMethod)
Sets (as xml) the "refreshAccessTokenMethod" element
|
Modifier and Type | Class and Description |
---|---|
class |
RefreshAccessTokenMethodConfigImpl
An XML RefreshAccessTokenMethod(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
RefreshAccessTokenMethodConfig |
OAuth2ProfileConfigImpl.xgetRefreshAccessTokenMethod()
Gets (as xml) the "refreshAccessTokenMethod" element
|
Modifier and Type | Method and Description |
---|---|
void |
OAuth2ProfileConfigImpl.xsetRefreshAccessTokenMethod(RefreshAccessTokenMethodConfig refreshAccessTokenMethod)
Sets (as xml) the "refreshAccessTokenMethod" element
|
Copyright © 2019. All Rights Reserved.