Package | Description |
---|---|
org.w3.x2003.x05.soapEnvelope | |
org.w3.x2003.x05.soapEnvelope.impl |
Modifier and Type | Method and Description |
---|---|
Fault |
FaultDocument.addNewFault()
Appends and returns a new empty "Fault" element
|
Fault |
FaultDocument.getFault()
Gets the "Fault" element
|
static Fault |
Fault.Factory.newInstance() |
static Fault |
Fault.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static Fault |
Fault.Factory.parse(File file) |
static Fault |
Fault.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static Fault |
Fault.Factory.parse(InputStream is) |
static Fault |
Fault.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static Fault |
Fault.Factory.parse(Node node) |
static Fault |
Fault.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static Fault |
Fault.Factory.parse(Reader r) |
static Fault |
Fault.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static Fault |
Fault.Factory.parse(String xmlAsString) |
static Fault |
Fault.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static Fault |
Fault.Factory.parse(URL u) |
static Fault |
Fault.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static Fault |
Fault.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static Fault |
Fault.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static Fault |
Fault.Factory.parse(XMLStreamReader sr) |
static Fault |
Fault.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
FaultDocument.setFault(Fault fault)
Sets the "Fault" element
|
Modifier and Type | Class and Description |
---|---|
class |
FaultImpl
An XML Fault(@http://www.w3.org/2003/05/soap-envelope).
|
Modifier and Type | Method and Description |
---|---|
Fault |
FaultDocumentImpl.addNewFault()
Appends and returns a new empty "Fault" element
|
Fault |
FaultDocumentImpl.getFault()
Gets the "Fault" element
|
Modifier and Type | Method and Description |
---|---|
void |
FaultDocumentImpl.setFault(Fault fault)
Sets the "Fault" element
|
Copyright © 2019. All Rights Reserved.