| Package | Description |
|---|---|
| com.sun.jbi.management.internal.support |
Provides the implementation of the internal support classes
for the management service for the JSR 208 Reference Implementation in the
JavaTM programming language.
|
| com.sun.jbi.management.message |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
DOMUtil.areElementsEqual(File file1,
File file2,
String xpathExp)
This method is used to check if the value of the an element is same in the
both of the documents provided.
|
| Modifier and Type | Method and Description |
|---|---|
String |
MessageBuilder.buildCompositeExceptionMessage(String taskId,
Map<String,Throwable> exceptionMap)
This method composes a JBI Task Message from the exceptions in the Map.
|
MessageBuilder.Message |
MessageBuilder.buildCompositeMessage(String taskId,
Map<String,String> responseMap,
Map<String,Throwable> exceptionMap,
boolean requireAllSuccess)
This operation combines the data from exception jbi task messages and response
jbi task messages.
|
String |
MessageBuilder.buildExceptionMessage(String taskId,
Throwable ex)
Build a framework task message with exception.
|
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
|
MessageBuilder.Message |
MessageBuilder.createMessage(String jbiTaskMsg)
Create a message
|
String |
MessageBuilder.Message.getMessage() |
String |
MessageBuilder.getString(JbiTaskResult jbiTaskMsg)
Get the string from the management message object.
|
List<ServiceUnitInfo> |
MessageBuilder.getSuccessfulServiceUnits(String jbiTaskMsg,
List<ServiceUnitInfo> suInfoList)
Parse the Component Results.
|
void |
MessageBuilder.throwManagementException(String taskId,
String msgKey,
String[] params) |
| Constructor and Description |
|---|
MessageBuilder.Message(String jbiTaskMsg) |
MessageBuilder(StringTranslator translator) |
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.