| Package | Description |
|---|---|
| org.w3.ns.wsdl | |
| org.w3.ns.wsdl.impl |
| Modifier and Type | Method and Description |
|---|---|
BindingType |
DescriptionType.addNewBinding()
Appends and returns a new empty value (as xml) as the last "binding" element
|
BindingType |
BindingDocument.addNewBinding()
Appends and returns a new empty "binding" element
|
BindingType |
BindingDocument.getBinding()
Gets the "binding" element
|
BindingType[] |
DescriptionType.getBindingArray()
Gets array of all "binding" elements
|
BindingType |
DescriptionType.getBindingArray(int i)
Gets ith "binding" element
|
BindingType |
DescriptionType.insertNewBinding(int i)
Inserts and returns a new empty value (as xml) as the ith "binding" element
|
static BindingType |
BindingType.Factory.newInstance() |
static BindingType |
BindingType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static BindingType |
BindingType.Factory.parse(File file) |
static BindingType |
BindingType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static BindingType |
BindingType.Factory.parse(InputStream is) |
static BindingType |
BindingType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static BindingType |
BindingType.Factory.parse(Node node) |
static BindingType |
BindingType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static BindingType |
BindingType.Factory.parse(Reader r) |
static BindingType |
BindingType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static BindingType |
BindingType.Factory.parse(String xmlAsString) |
static BindingType |
BindingType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static BindingType |
BindingType.Factory.parse(URL u) |
static BindingType |
BindingType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static BindingType |
BindingType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static BindingType |
BindingType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static BindingType |
BindingType.Factory.parse(XMLStreamReader sr) |
static BindingType |
BindingType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
BindingDocument.setBinding(BindingType binding)
Sets the "binding" element
|
void |
DescriptionType.setBindingArray(BindingType[] bindingArray)
Sets array of all "binding" element
|
void |
DescriptionType.setBindingArray(int i,
BindingType binding)
Sets ith "binding" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
BindingTypeImpl
An XML BindingType(@http://www.w3.org/ns/wsdl).
|
| Modifier and Type | Method and Description |
|---|---|
BindingType |
DescriptionTypeImpl.addNewBinding()
Appends and returns a new empty value (as xml) as the last "binding" element
|
BindingType |
BindingDocumentImpl.addNewBinding()
Appends and returns a new empty "binding" element
|
BindingType |
BindingDocumentImpl.getBinding()
Gets the "binding" element
|
BindingType[] |
DescriptionTypeImpl.getBindingArray()
Gets array of all "binding" elements
|
BindingType |
DescriptionTypeImpl.getBindingArray(int i)
Gets ith "binding" element
|
BindingType |
DescriptionTypeImpl.insertNewBinding(int i)
Inserts and returns a new empty value (as xml) as the ith "binding" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
BindingDocumentImpl.setBinding(BindingType binding)
Sets the "binding" element
|
void |
DescriptionTypeImpl.setBindingArray(BindingType[] bindingArray)
Sets array of all "binding" element
|
void |
DescriptionTypeImpl.setBindingArray(int i,
BindingType binding)
Sets ith "binding" element
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.