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

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

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

Methods in org.w3.x2003.x05.soapEnvelope that return Fault
 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(java.io.File file)
           
static Fault Fault.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static Fault Fault.Factory.parse(java.io.InputStream is)
           
static Fault Fault.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static Fault Fault.Factory.parse(org.w3c.dom.Node node)
           
static Fault Fault.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static Fault Fault.Factory.parse(java.io.Reader r)
           
static Fault Fault.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static Fault Fault.Factory.parse(java.lang.String xmlAsString)
           
static Fault Fault.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static Fault Fault.Factory.parse(java.net.URL u)
           
static Fault Fault.Factory.parse(java.net.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(javax.xml.stream.XMLStreamReader sr)
           
static Fault Fault.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.w3.x2003.x05.soapEnvelope with parameters of type Fault
 void FaultDocument.setFault(Fault fault)
          Sets the "Fault" element
 

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

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

Methods in org.w3.x2003.x05.soapEnvelope.impl that return Fault
 Fault FaultDocumentImpl.addNewFault()
          Appends and returns a new empty "Fault" element
 Fault FaultDocumentImpl.getFault()
          Gets the "Fault" element
 

Methods in org.w3.x2003.x05.soapEnvelope.impl with parameters of type Fault
 void FaultDocumentImpl.setFault(Fault fault)
          Sets the "Fault" element
 



Copyright © 2008. All Rights Reserved.