Uses of Interface
org.w3.x2003.x05.soapEnvelope.Detail

Packages that use Detail
org.w3.x2003.x05.soapEnvelope   
org.w3.x2003.x05.soapEnvelope.impl   
 

Uses of Detail in org.w3.x2003.x05.soapEnvelope
 

Methods in org.w3.x2003.x05.soapEnvelope 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.w3.x2003.x05.soapEnvelope with parameters of type Detail
 void Fault.setDetail(Detail detail)
          Sets the "Detail" element
 

Uses of Detail in org.w3.x2003.x05.soapEnvelope.impl
 

Classes in org.w3.x2003.x05.soapEnvelope.impl that implement Detail
 class DetailImpl
          An XML detail(@http://www.w3.org/2003/05/soap-envelope).
 

Methods in org.w3.x2003.x05.soapEnvelope.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.w3.x2003.x05.soapEnvelope.impl with parameters of type Detail
 void FaultImpl.setDetail(Detail detail)
          Sets the "Detail" element
 



Copyright © 2008. All Rights Reserved.