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