| Package | Description |
|---|---|
| org.w3.ns.wsdl | |
| org.w3.ns.wsdl.impl |
| Modifier and Type | Method and Description |
|---|---|
BindingOperationFaultType |
BindingOperationType.addNewInfault()
Appends and returns a new empty value (as xml) as the last "infault" element
|
BindingOperationFaultType |
BindingOperationType.addNewOutfault()
Appends and returns a new empty value (as xml) as the last "outfault" element
|
BindingOperationFaultType[] |
BindingOperationType.getInfaultArray()
Gets array of all "infault" elements
|
BindingOperationFaultType |
BindingOperationType.getInfaultArray(int i)
Gets ith "infault" element
|
BindingOperationFaultType[] |
BindingOperationType.getOutfaultArray()
Gets array of all "outfault" elements
|
BindingOperationFaultType |
BindingOperationType.getOutfaultArray(int i)
Gets ith "outfault" element
|
BindingOperationFaultType |
BindingOperationType.insertNewInfault(int i)
Inserts and returns a new empty value (as xml) as the ith "infault" element
|
BindingOperationFaultType |
BindingOperationType.insertNewOutfault(int i)
Inserts and returns a new empty value (as xml) as the ith "outfault" element
|
static BindingOperationFaultType |
BindingOperationFaultType.Factory.newInstance() |
static BindingOperationFaultType |
BindingOperationFaultType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static BindingOperationFaultType |
BindingOperationFaultType.Factory.parse(File file) |
static BindingOperationFaultType |
BindingOperationFaultType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static BindingOperationFaultType |
BindingOperationFaultType.Factory.parse(InputStream is) |
static BindingOperationFaultType |
BindingOperationFaultType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static BindingOperationFaultType |
BindingOperationFaultType.Factory.parse(Node node) |
static BindingOperationFaultType |
BindingOperationFaultType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static BindingOperationFaultType |
BindingOperationFaultType.Factory.parse(Reader r) |
static BindingOperationFaultType |
BindingOperationFaultType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static BindingOperationFaultType |
BindingOperationFaultType.Factory.parse(String xmlAsString) |
static BindingOperationFaultType |
BindingOperationFaultType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static BindingOperationFaultType |
BindingOperationFaultType.Factory.parse(URL u) |
static BindingOperationFaultType |
BindingOperationFaultType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static BindingOperationFaultType |
BindingOperationFaultType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static BindingOperationFaultType |
BindingOperationFaultType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static BindingOperationFaultType |
BindingOperationFaultType.Factory.parse(XMLStreamReader sr) |
static BindingOperationFaultType |
BindingOperationFaultType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
BindingOperationType.setInfaultArray(BindingOperationFaultType[] infaultArray)
Sets array of all "infault" element
|
void |
BindingOperationType.setInfaultArray(int i,
BindingOperationFaultType infault)
Sets ith "infault" element
|
void |
BindingOperationType.setOutfaultArray(BindingOperationFaultType[] outfaultArray)
Sets array of all "outfault" element
|
void |
BindingOperationType.setOutfaultArray(int i,
BindingOperationFaultType outfault)
Sets ith "outfault" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
BindingOperationFaultTypeImpl
An XML BindingOperationFaultType(@http://www.w3.org/ns/wsdl).
|
| Modifier and Type | Method and Description |
|---|---|
BindingOperationFaultType |
BindingOperationTypeImpl.addNewInfault()
Appends and returns a new empty value (as xml) as the last "infault" element
|
BindingOperationFaultType |
BindingOperationTypeImpl.addNewOutfault()
Appends and returns a new empty value (as xml) as the last "outfault" element
|
BindingOperationFaultType[] |
BindingOperationTypeImpl.getInfaultArray()
Gets array of all "infault" elements
|
BindingOperationFaultType |
BindingOperationTypeImpl.getInfaultArray(int i)
Gets ith "infault" element
|
BindingOperationFaultType[] |
BindingOperationTypeImpl.getOutfaultArray()
Gets array of all "outfault" elements
|
BindingOperationFaultType |
BindingOperationTypeImpl.getOutfaultArray(int i)
Gets ith "outfault" element
|
BindingOperationFaultType |
BindingOperationTypeImpl.insertNewInfault(int i)
Inserts and returns a new empty value (as xml) as the ith "infault" element
|
BindingOperationFaultType |
BindingOperationTypeImpl.insertNewOutfault(int i)
Inserts and returns a new empty value (as xml) as the ith "outfault" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
BindingOperationTypeImpl.setInfaultArray(BindingOperationFaultType[] infaultArray)
Sets array of all "infault" element
|
void |
BindingOperationTypeImpl.setInfaultArray(int i,
BindingOperationFaultType infault)
Sets ith "infault" element
|
void |
BindingOperationTypeImpl.setOutfaultArray(BindingOperationFaultType[] outfaultArray)
Sets array of all "outfault" element
|
void |
BindingOperationTypeImpl.setOutfaultArray(int i,
BindingOperationFaultType outfault)
Sets ith "outfault" element
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.