Uses of Interface
org.xmlsoap.schemas.soap.envelope.Fault
-
Packages that use Fault Package Description org.xmlsoap.schemas.soap.envelope org.xmlsoap.schemas.soap.envelope.impl -
-
Uses of Fault in org.xmlsoap.schemas.soap.envelope
Methods in org.xmlsoap.schemas.soap.envelope that return Fault Modifier and Type Method Description FaultFaultDocument. addNewFault()Appends and returns a new empty "Fault" elementFaultFaultDocument. getFault()Gets the "Fault" elementstatic FaultFault.Factory. newInstance()static FaultFault.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static FaultFault.Factory. parse(File file)static FaultFault.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static FaultFault.Factory. parse(InputStream is)static FaultFault.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static FaultFault.Factory. parse(Reader r)static FaultFault.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static FaultFault.Factory. parse(String xmlAsString)static FaultFault.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static FaultFault.Factory. parse(URL u)static FaultFault.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static FaultFault.Factory. parse(XMLStreamReader sr)static FaultFault.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static FaultFault.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic FaultFault.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic FaultFault.Factory. parse(Node node)static FaultFault.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.xmlsoap.schemas.soap.envelope with parameters of type Fault Modifier and Type Method Description voidFaultDocument. setFault(Fault fault)Sets the "Fault" element -
Uses of Fault in org.xmlsoap.schemas.soap.envelope.impl
Classes in org.xmlsoap.schemas.soap.envelope.impl that implement Fault Modifier and Type Class Description classFaultImplAn XML Fault(@http://schemas.xmlsoap.org/soap/envelope/).Methods in org.xmlsoap.schemas.soap.envelope.impl that return Fault Modifier and Type Method Description FaultFaultDocumentImpl. addNewFault()Appends and returns a new empty "Fault" elementFaultFaultDocumentImpl. getFault()Gets the "Fault" elementMethods in org.xmlsoap.schemas.soap.envelope.impl with parameters of type Fault Modifier and Type Method Description voidFaultDocumentImpl. setFault(Fault fault)Sets the "Fault" element
-