public class ManagementMessageHolder extends ComponentMessageHolder
| Constructor and Description |
|---|
ManagementMessageHolder(String msgType)
Creates a new instance of MessageContentHolder with a message type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFrameworkLocale()
Get the JBI Framework Locales
|
String |
getManagementMessageType()
Get the type(status, exception) of message to be built
for this component.
|
String |
isCauseFramework()
Return the value indicating if the cause of this
exception is JBI Framework
|
void |
setCauseFramework(boolean isCauseFramework)
Set the value indicating if JBI Framework is cause of the exception
|
void |
setFrameworkLocale(String locale)
Set the JBI Framework locale
|
getComponentMessageType, getComponentName, getExceptionMessageType, getExceptionObject, getLocMessage, getLocParam, getLocToken, getStatusMessageType, getTaskName, getTaskResult, setComponentName, setExceptionMessageType, setExceptionObject, setLocMessage, setLocParam, setLocToken, setStatusMessageType, setTaskName, setTaskResultpublic ManagementMessageHolder(String msgType)
msgType - String describing the message type to build.public void setFrameworkLocale(String locale)
locale - - JBI Framework Localepublic void setCauseFramework(boolean isCauseFramework)
isCauseFramework - - set value indicating causepublic String getManagementMessageType()
public String getFrameworkLocale()
public String isCauseFramework()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.