Uses of Interface
org.w3.x2003.x05.soapEnvelope.Faultcode
-
Packages that use Faultcode Package Description 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 Modifier and Type Method Description FaultcodeFault. addNewCode()Appends and returns a new empty "Code" elementFaultcodeFault. getCode()Gets the "Code" elementstatic FaultcodeFaultcode.Factory. newInstance()static FaultcodeFaultcode.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static FaultcodeFaultcode.Factory. parse(File file)static FaultcodeFaultcode.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static FaultcodeFaultcode.Factory. parse(InputStream is)static FaultcodeFaultcode.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static FaultcodeFaultcode.Factory. parse(Reader r)static FaultcodeFaultcode.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static FaultcodeFaultcode.Factory. parse(String xmlAsString)static FaultcodeFaultcode.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static FaultcodeFaultcode.Factory. parse(URL u)static FaultcodeFaultcode.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static FaultcodeFaultcode.Factory. parse(XMLStreamReader sr)static FaultcodeFaultcode.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static FaultcodeFaultcode.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic FaultcodeFaultcode.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic FaultcodeFaultcode.Factory. parse(Node node)static FaultcodeFaultcode.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.w3.x2003.x05.soapEnvelope with parameters of type Faultcode Modifier and Type Method Description voidFault. 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 Modifier and Type Class Description classFaultcodeImplAn XML faultcode(@http://www.w3.org/2003/05/soap-envelope).Methods in org.w3.x2003.x05.soapEnvelope.impl that return Faultcode Modifier and Type Method Description FaultcodeFaultImpl. addNewCode()Appends and returns a new empty "Code" elementFaultcodeFaultImpl. getCode()Gets the "Code" elementMethods in org.w3.x2003.x05.soapEnvelope.impl with parameters of type Faultcode Modifier and Type Method Description voidFaultImpl. setCode(Faultcode code)Sets the "Code" element
-