Uses of Interface
org.xmlsoap.schemas.soap.envelope.FaultDocument

Packages that use FaultDocument
org.xmlsoap.schemas.soap.envelope   
org.xmlsoap.schemas.soap.envelope.impl   
 

Uses of FaultDocument in org.xmlsoap.schemas.soap.envelope
 

Methods in org.xmlsoap.schemas.soap.envelope that return FaultDocument
static FaultDocument FaultDocument.Factory.newInstance()
           
static FaultDocument FaultDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static FaultDocument FaultDocument.Factory.parse(java.io.File file)
           
static FaultDocument FaultDocument.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static FaultDocument FaultDocument.Factory.parse(java.io.InputStream is)
           
static FaultDocument FaultDocument.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static FaultDocument FaultDocument.Factory.parse(org.w3c.dom.Node node)
           
static FaultDocument FaultDocument.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static FaultDocument FaultDocument.Factory.parse(java.io.Reader r)
           
static FaultDocument FaultDocument.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static FaultDocument FaultDocument.Factory.parse(java.lang.String xmlAsString)
           
static FaultDocument FaultDocument.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static FaultDocument FaultDocument.Factory.parse(java.net.URL u)
           
static FaultDocument FaultDocument.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static FaultDocument FaultDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static FaultDocument FaultDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static FaultDocument FaultDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static FaultDocument FaultDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of FaultDocument in org.xmlsoap.schemas.soap.envelope.impl
 

Classes in org.xmlsoap.schemas.soap.envelope.impl that implement FaultDocument
 class FaultDocumentImpl
          A document containing one Fault(@http://schemas.xmlsoap.org/soap/envelope/) element.
 



Copyright © 2009. All Rights Reserved.