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