| Package | Description |
|---|---|
| org.w3.ns.wsdl | |
| org.w3.ns.wsdl.impl |
| Modifier and Type | Method and Description |
|---|---|
DescriptionType |
DescriptionDocument.addNewDescription()
Appends and returns a new empty "description" element
|
DescriptionType |
DescriptionDocument.getDescription()
Gets the "description" element
|
static DescriptionType |
DescriptionType.Factory.newInstance() |
static DescriptionType |
DescriptionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static DescriptionType |
DescriptionType.Factory.parse(File file) |
static DescriptionType |
DescriptionType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static DescriptionType |
DescriptionType.Factory.parse(InputStream is) |
static DescriptionType |
DescriptionType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static DescriptionType |
DescriptionType.Factory.parse(Node node) |
static DescriptionType |
DescriptionType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static DescriptionType |
DescriptionType.Factory.parse(Reader r) |
static DescriptionType |
DescriptionType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static DescriptionType |
DescriptionType.Factory.parse(String xmlAsString) |
static DescriptionType |
DescriptionType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static DescriptionType |
DescriptionType.Factory.parse(URL u) |
static DescriptionType |
DescriptionType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static DescriptionType |
DescriptionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static DescriptionType |
DescriptionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static DescriptionType |
DescriptionType.Factory.parse(XMLStreamReader sr) |
static DescriptionType |
DescriptionType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescriptionDocument.setDescription(DescriptionType description)
Sets the "description" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
DescriptionTypeImpl
An XML DescriptionType(@http://www.w3.org/ns/wsdl).
|
| Modifier and Type | Method and Description |
|---|---|
DescriptionType |
DescriptionDocumentImpl.addNewDescription()
Appends and returns a new empty "description" element
|
DescriptionType |
DescriptionDocumentImpl.getDescription()
Gets the "description" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescriptionDocumentImpl.setDescription(DescriptionType description)
Sets the "description" element
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.