| Package | Description |
|---|---|
| com.sun.jbi.management.message |
| Modifier and Type | Method and Description |
|---|---|
static MessageBuilder.TaskResult |
MessageBuilder.TaskResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageBuilder.TaskResult[] |
MessageBuilder.TaskResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
MessageBuilder.buildFrameworkMessage(String taskId,
MessageBuilder.TaskResult taskResult)
Build a simple framework task message based on the passed
parameters and return the string.
|
String |
MessageBuilder.buildFrameworkMessage(String taskId,
MessageBuilder.TaskResult taskResult,
List<ComponentMessageHolder> compMsgs)
Build a simple framework task message based on the passed
parameters and return the string.
|
String |
MessageBuilder.buildFrameworkMessage(String taskId,
MessageBuilder.TaskResult taskResult,
MessageBuilder.MessageType messageType,
String message,
String[] params,
String token)
Build a simple framework task message based on the passed
parameters and return the string.
|
String |
MessageBuilder.buildFrameworkMessage(String taskId,
MessageBuilder.TaskResult taskResult,
MessageBuilder.MessageType messageType,
String message,
String[] params,
String token,
List<ComponentMessageHolder> compMsgs)
Build a Framework Message with component task results
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.