public static enum XMLMessage.Type extends Enum<XMLMessage.Type>
Modifier and Type | Method and Description |
---|---|
ContentType |
getContentType() |
static XMLMessage.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLMessage.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XMLMessage.Type SOAP11
public static final XMLMessage.Type SOAP12
public static final XMLMessage.Type POX
public static final XMLMessage.Type SWA
public static XMLMessage.Type[] values()
for (XMLMessage.Type c : XMLMessage.Type.values()) System.out.println(c);
public static XMLMessage.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic ContentType getContentType()
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.