Package | Description |
---|---|
org.jboss.jbosswsTools | |
org.jboss.jbosswsTools.impl |
Modifier and Type | Method and Description |
---|---|
ConfigurationType |
ConfigurationDocument.addNewConfiguration()
Appends and returns a new empty "configuration" element
|
ConfigurationType |
ConfigurationDocument.getConfiguration()
Gets the "configuration" element
|
static ConfigurationType |
ConfigurationType.Factory.newInstance() |
static ConfigurationType |
ConfigurationType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ConfigurationType |
ConfigurationType.Factory.parse(File file) |
static ConfigurationType |
ConfigurationType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ConfigurationType |
ConfigurationType.Factory.parse(InputStream is) |
static ConfigurationType |
ConfigurationType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ConfigurationType |
ConfigurationType.Factory.parse(Node node) |
static ConfigurationType |
ConfigurationType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ConfigurationType |
ConfigurationType.Factory.parse(Reader r) |
static ConfigurationType |
ConfigurationType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ConfigurationType |
ConfigurationType.Factory.parse(String xmlAsString) |
static ConfigurationType |
ConfigurationType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ConfigurationType |
ConfigurationType.Factory.parse(URL u) |
static ConfigurationType |
ConfigurationType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ConfigurationType |
ConfigurationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ConfigurationType |
ConfigurationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ConfigurationType |
ConfigurationType.Factory.parse(XMLStreamReader sr) |
static ConfigurationType |
ConfigurationType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationDocument.setConfiguration(ConfigurationType configuration)
Sets the "configuration" element
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationTypeImpl
An XML configurationType(@http://www.jboss.org/jbossws-tools).
|
Modifier and Type | Method and Description |
---|---|
ConfigurationType |
ConfigurationDocumentImpl.addNewConfiguration()
Appends and returns a new empty "configuration" element
|
ConfigurationType |
ConfigurationDocumentImpl.getConfiguration()
Gets the "configuration" element
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationDocumentImpl.setConfiguration(ConfigurationType configuration)
Sets the "configuration" element
|
Copyright © 2019. All Rights Reserved.