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 XMLFaultCode
XMLFaultCode. DATAENCODINGUNKNOWN
static XMLFaultCode
XMLFaultCode. MUSTUNDERSTAND
static XMLFaultCode
XMLFaultCode. RECEIVER
static XMLFaultCode
XMLFaultCode. SENDER
static XMLFaultCode
XMLFaultCode. VERSIONMISMATCH
Methods in org.apache.axis2.jaxws.message that return XMLFaultCode Modifier and Type Method Description static XMLFaultCode
XMLFaultCode. fromQName(QName qName)
get the XMLPart corresponding to this specified QNameXMLFaultCode
XMLFault. 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
-