public enum MQTargetClient extends Enum<MQTargetClient>
Enum that describes the way to create the IBM MQ JMS Client| Enum Constant and Description |
|---|
JMS_COMPLIANT
Indicates that the RFH2 format is used to send information.
|
NO_JMS_COMPLIANT
Indicates that the FRH2 header format won't be used to send information.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getTargetClient() |
static MQTargetClient |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MQTargetClient[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MQTargetClient JMS_COMPLIANT
public static final MQTargetClient NO_JMS_COMPLIANT
public static MQTargetClient[] values()
for (MQTargetClient c : MQTargetClient.values()) System.out.println(c);
public static MQTargetClient 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 int getTargetClient()
Copyright © 2019 MuleSoft, Inc.. All rights reserved.