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