Package | Description |
---|---|
org.xmlsoap.schemas.wsdl | |
org.xmlsoap.schemas.wsdl.impl |
Modifier and Type | Method and Description |
---|---|
TBinding |
TDefinitions.addNewBinding()
Appends and returns a new empty value (as xml) as the last "binding" element
|
TBinding[] |
TDefinitions.getBindingArray()
Deprecated.
|
TBinding |
TDefinitions.getBindingArray(int i)
Gets ith "binding" element
|
TBinding |
TDefinitions.insertNewBinding(int i)
Inserts and returns a new empty value (as xml) as the ith "binding" element
|
static TBinding |
TBinding.Factory.newInstance() |
static TBinding |
TBinding.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TBinding |
TBinding.Factory.parse(File file) |
static TBinding |
TBinding.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TBinding |
TBinding.Factory.parse(InputStream is) |
static TBinding |
TBinding.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TBinding |
TBinding.Factory.parse(Node node) |
static TBinding |
TBinding.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TBinding |
TBinding.Factory.parse(Reader r) |
static TBinding |
TBinding.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TBinding |
TBinding.Factory.parse(String xmlAsString) |
static TBinding |
TBinding.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TBinding |
TBinding.Factory.parse(URL u) |
static TBinding |
TBinding.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TBinding |
TBinding.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TBinding |
TBinding.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TBinding |
TBinding.Factory.parse(XMLStreamReader sr) |
static TBinding |
TBinding.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<TBinding> |
TDefinitions.getBindingList()
Gets a List of "binding" elements
|
Modifier and Type | Method and Description |
---|---|
void |
TDefinitions.setBindingArray(int i,
TBinding binding)
Sets ith "binding" element
|
void |
TDefinitions.setBindingArray(TBinding[] bindingArray)
Sets array of all "binding" element
|
Modifier and Type | Class and Description |
---|---|
class |
TBindingImpl
An XML tBinding(@http://schemas.xmlsoap.org/wsdl/).
|
Modifier and Type | Method and Description |
---|---|
TBinding |
TDefinitionsImpl.addNewBinding()
Appends and returns a new empty value (as xml) as the last "binding" element
|
TBinding[] |
TDefinitionsImpl.getBindingArray()
Deprecated.
|
TBinding |
TDefinitionsImpl.getBindingArray(int i)
Gets ith "binding" element
|
TBinding |
TDefinitionsImpl.insertNewBinding(int i)
Inserts and returns a new empty value (as xml) as the ith "binding" element
|
Modifier and Type | Method and Description |
---|---|
List<TBinding> |
TDefinitionsImpl.getBindingList()
Gets a List of "binding" elements
|
Modifier and Type | Method and Description |
---|---|
void |
TDefinitionsImpl.setBindingArray(int i,
TBinding binding)
Sets ith "binding" element
|
void |
TDefinitionsImpl.setBindingArray(TBinding[] bindingArray)
Sets array of all "binding" element
|
Copyright © 2019. All Rights Reserved.