Uses of Class
org.apache.axis2.jaxws.message.XMLFaultCode
-
Packages that use XMLFaultCode Package Description org.apache.axis2.jaxws.message -
-
Uses of XMLFaultCode in org.apache.axis2.jaxws.message
Fields in org.apache.axis2.jaxws.message declared as XMLFaultCode Modifier and Type Field Description static XMLFaultCodeXMLFaultCode. DATAENCODINGUNKNOWNstatic XMLFaultCodeXMLFaultCode. MUSTUNDERSTANDstatic XMLFaultCodeXMLFaultCode. RECEIVERstatic XMLFaultCodeXMLFaultCode. SENDERstatic XMLFaultCodeXMLFaultCode. VERSIONMISMATCHMethods in org.apache.axis2.jaxws.message that return XMLFaultCode Modifier and Type Method Description static XMLFaultCodeXMLFaultCode. fromQName(QName qName)get the XMLPart corresponding to this specified QNameXMLFaultCodeXMLFault. getCode()Constructors in org.apache.axis2.jaxws.message with parameters of type XMLFaultCode Constructor Description XMLFault(XMLFaultCode code, XMLFaultReason reason)Construct System XMLFault with minimum required informationXMLFault(XMLFaultCode code, XMLFaultReason reason, Block[] detailBlocks)Construct Application XMLFault with minimum required information
-