public class XMLFaultCode
extends java.lang.Object
XMLFault| Modifier and Type | Field and Description |
|---|---|
static XMLFaultCode |
DATAENCODINGUNKNOWN |
static XMLFaultCode |
MUSTUNDERSTAND |
static XMLFaultCode |
RECEIVER |
static XMLFaultCode |
SENDER |
static XMLFaultCode |
VERSIONMISMATCH |
| Constructor and Description |
|---|
XMLFaultCode(javax.xml.namespace.QName faultCode) |
| Modifier and Type | Method and Description |
|---|---|
static XMLFaultCode |
fromQName(javax.xml.namespace.QName qName)
get the XMLPart corresponding to this specified QName
|
javax.xml.namespace.QName |
toQName(java.lang.String protocolNamespace)
Return QName for the given protocol
|
public static final XMLFaultCode SENDER
public static final XMLFaultCode RECEIVER
public static final XMLFaultCode MUSTUNDERSTAND
public static final XMLFaultCode DATAENCODINGUNKNOWN
public static final XMLFaultCode VERSIONMISMATCH
public javax.xml.namespace.QName toQName(java.lang.String protocolNamespace)
namespace - of the envelope for the protocolpublic static XMLFaultCode fromQName(javax.xml.namespace.QName qName)
qName - Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.