public static enum IMessageContext.TYPE extends Enum<IMessageContext.TYPE>
| Enum Constant and Description |
|---|
http_rest |
http_soap |
jms_soap |
normalized |
xml |
| Modifier and Type | Method and Description |
|---|---|
static IMessageContext.TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IMessageContext.TYPE[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final IMessageContext.TYPE normalized
public static final IMessageContext.TYPE http_soap
public static final IMessageContext.TYPE jms_soap
public static final IMessageContext.TYPE xml
public static final IMessageContext.TYPE http_rest
public static IMessageContext.TYPE[] values()
for (IMessageContext.TYPE c : IMessageContext.TYPE.values())
System.out.println(c);
public static IMessageContext.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 null