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