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