Package | Description |
---|---|
com.ibm.ima.plugin |
Implements a set of interfaces defining the Java plug-in mechanism for IBM MessageSight.
|
Modifier and Type | Method and Description |
---|---|
ImaMessageType |
ImaMessage.getMessageType()
Get the type of the message body.
|
static ImaMessageType |
ImaMessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImaMessageType[] |
ImaMessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ImaMessage |
ImaPlugin.createMessage(ImaMessageType mtype)
Create a message.
|
ImaMessage |
ImaMessage.setMessageType(ImaMessageType msgtype)
Set the message type.
|
Copyright © Contributors to the Eclipse Foundation 2014-2021