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

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

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

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

Methods in org.w3.x2003.x05.soapEnvelope with parameters of type Faultcode
 void Fault.setCode(Faultcode code)
          Sets the "Code" element
 

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

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

Methods in org.w3.x2003.x05.soapEnvelope.impl that return Faultcode
 Faultcode FaultImpl.addNewCode()
          Appends and returns a new empty "Code" element
 Faultcode FaultImpl.getCode()
          Gets the "Code" element
 

Methods in org.w3.x2003.x05.soapEnvelope.impl with parameters of type Faultcode
 void FaultImpl.setCode(Faultcode code)
          Sets the "Code" element
 



Copyright © 2008. All Rights Reserved.