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