Package com.webmethods.portal.bizPolicy
Interface IInformationalMessage
- All Superinterfaces:
Serializable
Describes a message to pass along to the user
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the descriptive message which has already been localizedint
Get the severity of this message (only SERVERITH_INFO, 0, is supported now)
-
Field Details
-
ID
- See Also:
-
SEVERITY_INFO
static final int SEVERITY_INFO- See Also:
-
-
Method Details
-
getSeverity
int getSeverity()Get the severity of this message (only SERVERITH_INFO, 0, is supported now) -
getMessage
String getMessage()Get the descriptive message which has already been localized
-