Package | Description |
---|---|
org.xmlsoap.schemas.wsdl.soap | |
org.xmlsoap.schemas.wsdl.soap.impl |
Modifier and Type | Method and Description |
---|---|
TBinding |
BindingDocument.addNewBinding()
Appends and returns a new empty "binding" element
|
TBinding |
BindingDocument.getBinding()
Gets the "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 |
---|---|
void |
BindingDocument.setBinding(TBinding binding)
Sets the "binding" element
|
Modifier and Type | Class and Description |
---|---|
class |
TBindingImpl
An XML tBinding(@http://schemas.xmlsoap.org/wsdl/soap/).
|
Modifier and Type | Method and Description |
---|---|
TBinding |
BindingDocumentImpl.addNewBinding()
Appends and returns a new empty "binding" element
|
TBinding |
BindingDocumentImpl.getBinding()
Gets the "binding" element
|
Modifier and Type | Method and Description |
---|---|
void |
BindingDocumentImpl.setBinding(TBinding binding)
Sets the "binding" element
|
Copyright © 2019. All Rights Reserved.