Package org.apache.axis2.jaxws.message
Class XMLFaultCode
- java.lang.Object
-
- org.apache.axis2.jaxws.message.XMLFaultCode
-
-
Field Summary
Fields Modifier and Type Field Description static XMLFaultCode
DATAENCODINGUNKNOWN
static XMLFaultCode
MUSTUNDERSTAND
static XMLFaultCode
RECEIVER
static XMLFaultCode
SENDER
static XMLFaultCode
VERSIONMISMATCH
-
Constructor Summary
Constructors Constructor Description XMLFaultCode(QName faultCode)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XMLFaultCode
fromQName(QName qName)
get the XMLPart corresponding to this specified QNameQName
toQName(String protocolNamespace)
Return QName for the given protocol
-
-
-
Field Detail
-
SENDER
public static final XMLFaultCode SENDER
-
RECEIVER
public static final XMLFaultCode RECEIVER
-
MUSTUNDERSTAND
public static final XMLFaultCode MUSTUNDERSTAND
-
DATAENCODINGUNKNOWN
public static final XMLFaultCode DATAENCODINGUNKNOWN
-
VERSIONMISMATCH
public static final XMLFaultCode VERSIONMISMATCH
-
-
Constructor Detail
-
XMLFaultCode
public XMLFaultCode(QName faultCode)
-
-
Method Detail
-
toQName
public QName toQName(String protocolNamespace)
Return QName for the given protocol- Parameters:
namespace
- of the envelope for the protocol- Returns:
-
fromQName
public static XMLFaultCode fromQName(QName qName)
get the XMLPart corresponding to this specified QName- Parameters:
qName
-- Returns:
- corresponding XMLPart
-
-