Package | Description |
---|---|
org.xmlsoap.schemas.wsdl | |
org.xmlsoap.schemas.wsdl.impl |
Modifier and Type | Method and Description |
---|---|
TFault |
TOperation.addNewFault()
Appends and returns a new empty value (as xml) as the last "fault" element
|
TFault[] |
TOperation.getFaultArray()
Deprecated.
|
TFault |
TOperation.getFaultArray(int i)
Gets ith "fault" element
|
TFault |
TOperation.insertNewFault(int i)
Inserts and returns a new empty value (as xml) as the ith "fault" element
|
static TFault |
TFault.Factory.newInstance() |
static TFault |
TFault.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TFault |
TFault.Factory.parse(File file) |
static TFault |
TFault.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TFault |
TFault.Factory.parse(InputStream is) |
static TFault |
TFault.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TFault |
TFault.Factory.parse(Node node) |
static TFault |
TFault.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TFault |
TFault.Factory.parse(Reader r) |
static TFault |
TFault.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TFault |
TFault.Factory.parse(String xmlAsString) |
static TFault |
TFault.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TFault |
TFault.Factory.parse(URL u) |
static TFault |
TFault.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TFault |
TFault.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TFault |
TFault.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TFault |
TFault.Factory.parse(XMLStreamReader sr) |
static TFault |
TFault.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<TFault> |
TOperation.getFaultList()
Gets a List of "fault" elements
|
Modifier and Type | Method and Description |
---|---|
void |
TOperation.setFaultArray(int i,
TFault fault)
Sets ith "fault" element
|
void |
TOperation.setFaultArray(TFault[] faultArray)
Sets array of all "fault" element
|
Modifier and Type | Class and Description |
---|---|
class |
TFaultImpl
An XML tFault(@http://schemas.xmlsoap.org/wsdl/).
|
Modifier and Type | Method and Description |
---|---|
TFault |
TOperationImpl.addNewFault()
Appends and returns a new empty value (as xml) as the last "fault" element
|
TFault[] |
TOperationImpl.getFaultArray()
Deprecated.
|
TFault |
TOperationImpl.getFaultArray(int i)
Gets ith "fault" element
|
TFault |
TOperationImpl.insertNewFault(int i)
Inserts and returns a new empty value (as xml) as the ith "fault" element
|
Modifier and Type | Method and Description |
---|---|
List<TFault> |
TOperationImpl.getFaultList()
Gets a List of "fault" elements
|
Modifier and Type | Method and Description |
---|---|
void |
TOperationImpl.setFaultArray(int i,
TFault fault)
Sets ith "fault" element
|
void |
TOperationImpl.setFaultArray(TFault[] faultArray)
Sets array of all "fault" element
|
Copyright © 2019. All Rights Reserved.