Package | Description |
---|---|
org.xmlsoap.schemas.wsdl.soap | |
org.xmlsoap.schemas.wsdl.soap.impl |
Modifier and Type | Method and Description |
---|---|
TFault |
FaultDocument.addNewFault()
Appends and returns a new empty "fault" element
|
TFault |
FaultDocument.getFault()
Gets the "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 |
---|---|
void |
FaultDocument.setFault(TFault fault)
Sets the "fault" element
|
Modifier and Type | Class and Description |
---|---|
class |
TFaultImpl
An XML tFault(@http://schemas.xmlsoap.org/wsdl/soap/).
|
Modifier and Type | Method and Description |
---|---|
TFault |
FaultDocumentImpl.addNewFault()
Appends and returns a new empty "fault" element
|
TFault |
FaultDocumentImpl.getFault()
Gets the "fault" element
|
Modifier and Type | Method and Description |
---|---|
void |
FaultDocumentImpl.setFault(TFault fault)
Sets the "fault" element
|
Copyright © 2019. All Rights Reserved.