|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TFault | |
---|---|
org.apache.geronimo.xbeans.wsdl | |
org.apache.geronimo.xbeans.wsdl.impl |
Uses of TFault in org.apache.geronimo.xbeans.wsdl |
---|
Methods in org.apache.geronimo.xbeans.wsdl that return TFault | |
---|---|
TFault |
TOperation.addNewFault()
Appends and returns a new empty value (as xml) as the last "fault" element |
TFault[] |
TOperation.getFaultArray()
Gets array of all "fault" elements |
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(javax.xml.stream.XMLStreamReader sr)
|
static TFault |
TFault.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.apache.geronimo.xbeans.wsdl with parameters of type TFault | |
---|---|
void |
TOperation.setFaultArray(int i,
TFault fault)
Sets ith "fault" element |
void |
TOperation.setFaultArray(TFault[] faultArray)
Sets array of all "fault" element |
Uses of TFault in org.apache.geronimo.xbeans.wsdl.impl |
---|
Classes in org.apache.geronimo.xbeans.wsdl.impl that implement TFault | |
---|---|
class |
TFaultImpl
An XML tFault(@http://schemas.xmlsoap.org/wsdl/). |
Methods in org.apache.geronimo.xbeans.wsdl.impl that return TFault | |
---|---|
TFault |
TOperationImpl.addNewFault()
Appends and returns a new empty value (as xml) as the last "fault" element |
TFault[] |
TOperationImpl.getFaultArray()
Gets array of all "fault" elements |
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 |
Methods in org.apache.geronimo.xbeans.wsdl.impl with parameters of type TFault | |
---|---|
void |
TOperationImpl.setFaultArray(int i,
TFault fault)
Sets ith "fault" element |
void |
TOperationImpl.setFaultArray(TFault[] faultArray)
Sets array of all "fault" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |