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