Package | Description |
---|---|
org.xmlsoap.schemas.soap.envelope | |
org.xmlsoap.schemas.soap.envelope.impl |
Modifier and Type | Method and Description |
---|---|
FaultString |
Fault.addNewFaultstring()
Appends and returns a new empty "faultstring" element
|
FaultString |
Fault.getFaultstring()
Gets the "faultstring" element
|
static FaultString |
FaultString.Factory.newInstance() |
static FaultString |
FaultString.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static FaultString |
FaultString.Factory.parse(File file) |
static FaultString |
FaultString.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static FaultString |
FaultString.Factory.parse(InputStream is) |
static FaultString |
FaultString.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static FaultString |
FaultString.Factory.parse(Node node) |
static FaultString |
FaultString.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static FaultString |
FaultString.Factory.parse(Reader r) |
static FaultString |
FaultString.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static FaultString |
FaultString.Factory.parse(String xmlAsString) |
static FaultString |
FaultString.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static FaultString |
FaultString.Factory.parse(URL u) |
static FaultString |
FaultString.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static FaultString |
FaultString.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static FaultString |
FaultString.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static FaultString |
FaultString.Factory.parse(XMLStreamReader sr) |
static FaultString |
FaultString.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
Fault.setFaultstring(FaultString faultstring)
Sets the "faultstring" element
|
Modifier and Type | Class and Description |
---|---|
class |
FaultStringImpl
An XML FaultString(@http://schemas.xmlsoap.org/soap/envelope/).
|
Modifier and Type | Method and Description |
---|---|
FaultString |
FaultImpl.addNewFaultstring()
Appends and returns a new empty "faultstring" element
|
FaultString |
FaultImpl.getFaultstring()
Gets the "faultstring" element
|
Modifier and Type | Method and Description |
---|---|
void |
FaultImpl.setFaultstring(FaultString faultstring)
Sets the "faultstring" element
|
Copyright © 2019. All Rights Reserved.