Package | Description |
---|---|
org.jboss.jbosswsTools | |
org.jboss.jbosswsTools.impl |
Modifier and Type | Method and Description |
---|---|
NamespacesType |
JavaToWsdlType.addNewNamespaces()
Appends and returns a new empty "namespaces" element
|
NamespacesType |
JavaToWsdlType.getNamespaces()
Gets the "namespaces" element
|
static NamespacesType |
NamespacesType.Factory.newInstance() |
static NamespacesType |
NamespacesType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static NamespacesType |
NamespacesType.Factory.parse(File file) |
static NamespacesType |
NamespacesType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static NamespacesType |
NamespacesType.Factory.parse(InputStream is) |
static NamespacesType |
NamespacesType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static NamespacesType |
NamespacesType.Factory.parse(Node node) |
static NamespacesType |
NamespacesType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static NamespacesType |
NamespacesType.Factory.parse(Reader r) |
static NamespacesType |
NamespacesType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static NamespacesType |
NamespacesType.Factory.parse(String xmlAsString) |
static NamespacesType |
NamespacesType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static NamespacesType |
NamespacesType.Factory.parse(URL u) |
static NamespacesType |
NamespacesType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static NamespacesType |
NamespacesType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static NamespacesType |
NamespacesType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static NamespacesType |
NamespacesType.Factory.parse(XMLStreamReader sr) |
static NamespacesType |
NamespacesType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
JavaToWsdlType.setNamespaces(NamespacesType namespaces)
Sets the "namespaces" element
|
Modifier and Type | Class and Description |
---|---|
class |
NamespacesTypeImpl
An XML namespacesType(@http://www.jboss.org/jbossws-tools).
|
Modifier and Type | Method and Description |
---|---|
NamespacesType |
JavaToWsdlTypeImpl.addNewNamespaces()
Appends and returns a new empty "namespaces" element
|
NamespacesType |
JavaToWsdlTypeImpl.getNamespaces()
Gets the "namespaces" element
|
Modifier and Type | Method and Description |
---|---|
void |
JavaToWsdlTypeImpl.setNamespaces(NamespacesType namespaces)
Sets the "namespaces" element
|
Copyright © 2019. All Rights Reserved.