public static enum EsbJmsSender.MessageProtocol extends Enum<EsbJmsSender.MessageProtocol>
Enum Constant and Description |
---|
FF
Fire & Forget protocol
|
RR
Request-Reply protocol
|
Modifier and Type | Method and Description |
---|---|
static EsbJmsSender.MessageProtocol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EsbJmsSender.MessageProtocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EsbJmsSender.MessageProtocol FF
public static final EsbJmsSender.MessageProtocol RR
public static EsbJmsSender.MessageProtocol[] values()
for (EsbJmsSender.MessageProtocol c : EsbJmsSender.MessageProtocol.values()) System.out.println(c);
public static EsbJmsSender.MessageProtocol 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 nullCopyright © 2023 Frank!Framework. All rights reserved.