| Package | Description |
|---|---|
| org.w3.ns.wsdl | |
| org.w3.ns.wsdl.impl |
| Modifier and Type | Method and Description |
|---|---|
InterfaceType |
InterfaceDocument.addNewInterface()
Appends and returns a new empty "interface" element
|
InterfaceType |
DescriptionType.addNewInterface()
Appends and returns a new empty value (as xml) as the last "interface" element
|
InterfaceType |
InterfaceDocument.getInterface()
Gets the "interface" element
|
InterfaceType[] |
DescriptionType.getInterfaceArray()
Gets array of all "interface" elements
|
InterfaceType |
DescriptionType.getInterfaceArray(int i)
Gets ith "interface" element
|
InterfaceType |
DescriptionType.insertNewInterface(int i)
Inserts and returns a new empty value (as xml) as the ith "interface" element
|
static InterfaceType |
InterfaceType.Factory.newInstance() |
static InterfaceType |
InterfaceType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static InterfaceType |
InterfaceType.Factory.parse(File file) |
static InterfaceType |
InterfaceType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static InterfaceType |
InterfaceType.Factory.parse(InputStream is) |
static InterfaceType |
InterfaceType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static InterfaceType |
InterfaceType.Factory.parse(Node node) |
static InterfaceType |
InterfaceType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static InterfaceType |
InterfaceType.Factory.parse(Reader r) |
static InterfaceType |
InterfaceType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static InterfaceType |
InterfaceType.Factory.parse(String xmlAsString) |
static InterfaceType |
InterfaceType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static InterfaceType |
InterfaceType.Factory.parse(URL u) |
static InterfaceType |
InterfaceType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static InterfaceType |
InterfaceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static InterfaceType |
InterfaceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static InterfaceType |
InterfaceType.Factory.parse(XMLStreamReader sr) |
static InterfaceType |
InterfaceType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
InterfaceDocument.setInterface(InterfaceType xinterface)
Sets the "interface" element
|
void |
DescriptionType.setInterfaceArray(InterfaceType[] xinterfaceArray)
Sets array of all "interface" element
|
void |
DescriptionType.setInterfaceArray(int i,
InterfaceType xinterface)
Sets ith "interface" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
InterfaceTypeImpl
An XML InterfaceType(@http://www.w3.org/ns/wsdl).
|
| Modifier and Type | Method and Description |
|---|---|
InterfaceType |
InterfaceDocumentImpl.addNewInterface()
Appends and returns a new empty "interface" element
|
InterfaceType |
DescriptionTypeImpl.addNewInterface()
Appends and returns a new empty value (as xml) as the last "interface" element
|
InterfaceType |
InterfaceDocumentImpl.getInterface()
Gets the "interface" element
|
InterfaceType[] |
DescriptionTypeImpl.getInterfaceArray()
Gets array of all "interface" elements
|
InterfaceType |
DescriptionTypeImpl.getInterfaceArray(int i)
Gets ith "interface" element
|
InterfaceType |
DescriptionTypeImpl.insertNewInterface(int i)
Inserts and returns a new empty value (as xml) as the ith "interface" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
InterfaceDocumentImpl.setInterface(InterfaceType xinterface)
Sets the "interface" element
|
void |
DescriptionTypeImpl.setInterfaceArray(InterfaceType[] xinterfaceArray)
Sets array of all "interface" element
|
void |
DescriptionTypeImpl.setInterfaceArray(int i,
InterfaceType xinterface)
Sets ith "interface" element
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.