|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<XMLFaultCode>
org.apache.axis2.jaxws.message.XMLFaultCode
public enum XMLFaultCode
Agnostic representation of SOAP 1.1 and SOAP 1.2 fault code values.
XMLFault
Enum Constant Summary | |
---|---|
DATAENCODINGUNKNOWN
|
|
MUSTUNDERSTAND
|
|
RECEIVER
|
|
SENDER
|
|
VERSIONMISMATCH
|
Method Summary | |
---|---|
static XMLFaultCode |
fromQName(QName qName)
get the XMLPart corresponding to this specified QName |
QName |
toQName(java.lang.String namespace)
Return QName for the given protocol |
static XMLFaultCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static XMLFaultCode[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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
Method Detail |
---|
public static final XMLFaultCode[] values()
for(XMLFaultCode c : XMLFaultCode.values()) System.out.println(c);
public static XMLFaultCode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic QName toQName(java.lang.String namespace)
namespace
- of the envelope for the protocol
public static XMLFaultCode fromQName(QName qName)
qName
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |