Uses of Class
com.ibm.ima.plugin.ImaMessageType
-
Packages that use ImaMessageType Package Description com.ibm.ima.plugin Implements a set of interfaces defining the Java plug-in mechanism for IBM MessageSight. -
-
Uses of ImaMessageType in com.ibm.ima.plugin
Methods in com.ibm.ima.plugin that return ImaMessageType Modifier and Type Method 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.Methods in com.ibm.ima.plugin with parameters of type ImaMessageType Modifier and Type Method Description ImaMessage
ImaPlugin. createMessage(ImaMessageType mtype)
Create a message.ImaMessage
ImaMessage. setMessageType(ImaMessageType msgtype)
Set the message type.
-