| org.apache.axis2.jaxws.message.XMLFaultCode
XMLFaultCode | public enum XMLFaultCode (Code) | | Agnostic representation of SOAP 1.1 and SOAP 1.2 fault code values.
See Also: XMLFault |
DATAENCODINGUNKNOWN | Enum Constant DATAENCODINGUNKNOWN(Code) | | |
MUSTUNDERSTAND | Enum Constant MUSTUNDERSTAND(Code) | | |
RECEIVER | Enum Constant RECEIVER(Code) | | |
SENDER | Enum Constant SENDER(Code) | | |
VERSIONMISMATCH | Enum Constant VERSIONMISMATCH(Code) | | |
fromQName | public static XMLFaultCode fromQName(QName qName)(Code) | | get the XMLPart corresponding to this specified QName
Parameters: qName - corresponding XMLPart |
toQName | public QName toQName(String namespace)(Code) | | Return QName for the given protocol
Parameters: namespace - of the envelope for the protocol |
|
|