|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Detail | |
---|---|
org.xmlsoap.schemas.soap.envelope | |
org.xmlsoap.schemas.soap.envelope.impl |
Uses of Detail in org.xmlsoap.schemas.soap.envelope |
---|
Methods in org.xmlsoap.schemas.soap.envelope that return Detail | |
---|---|
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(java.io.File file)
|
static Detail |
Detail.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static Detail |
Detail.Factory.parse(java.io.InputStream is)
|
static Detail |
Detail.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static Detail |
Detail.Factory.parse(org.w3c.dom.Node node)
|
static Detail |
Detail.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static Detail |
Detail.Factory.parse(java.io.Reader r)
|
static Detail |
Detail.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static Detail |
Detail.Factory.parse(java.lang.String xmlAsString)
|
static Detail |
Detail.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static Detail |
Detail.Factory.parse(java.net.URL u)
|
static Detail |
Detail.Factory.parse(java.net.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(javax.xml.stream.XMLStreamReader sr)
|
static Detail |
Detail.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options)
|
Methods in org.xmlsoap.schemas.soap.envelope with parameters of type Detail | |
---|---|
void |
Fault.setDetail(Detail detail)
Sets the "detail" element |
Uses of Detail in org.xmlsoap.schemas.soap.envelope.impl |
---|
Classes in org.xmlsoap.schemas.soap.envelope.impl that implement Detail | |
---|---|
class |
DetailImpl
An XML detail(@http://schemas.xmlsoap.org/soap/envelope/). |
Methods in org.xmlsoap.schemas.soap.envelope.impl that return Detail | |
---|---|
Detail |
FaultImpl.addNewDetail()
Appends and returns a new empty "detail" element |
Detail |
FaultImpl.getDetail()
Gets the "detail" element |
Methods in org.xmlsoap.schemas.soap.envelope.impl with parameters of type Detail | |
---|---|
void |
FaultImpl.setDetail(Detail detail)
Sets the "detail" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |