| Package | Description |
|---|---|
| com.sun.esb.management.common | |
| com.sun.jbi.ui.common |
| Modifier and Type | Method and Description |
|---|---|
JBIManagementMessage |
ManagementRemoteException.extractJBIManagementMessage()
retrieves the exception message and try to construct the jbi mgmt message
|
| Modifier and Type | Method and Description |
|---|---|
static JBIManagementMessage |
JBIManagementMessage.createJBIManagementMessage(String xmlText)
factory method to create the message object
|
static JBIManagementMessage |
JBIManagementMessage.createJBIManagementMessage(String taskId,
Map<String,String> responseMap,
boolean requireAllSuccess)
Build a single management message from the entries in the map.
|
JBIManagementMessage |
JBIRemoteException.extractJBIManagementMessage()
retrieves the exception message and try to construct the jbi mgmt message
|
JBIManagementMessage |
JBIManagementMessage.JBIManagementMessageUnmarshaller.unmarshal(String xmlText)
factory method to create the message object
|
| Modifier and Type | Method and Description |
|---|---|
String |
JBIResultXmlBuilder.createJbiResultXml(JBIManagementMessage msg)
Creates a XML JBI Management message from the JBI Management Message
|
String |
ESBResultFormatter.getFormattedESBResult(JBIManagementMessage jbiMsg)
return the formatted message if you can create. else return null
|
JBIManagementMessage.ESBTaskResult |
ESBResultFormatter.toESBTaskResult(JBIManagementMessage jbiMsg) |
| Constructor and Description |
|---|
JBIManagementMessage.JBIManagementMessageException(JBIManagementMessage mgmtMsg)
constructor that takes message Object
|
JBIManagementMessage.JBIManagementMessageException(String msg,
JBIManagementMessage mgmtMsg)
constructor that takes custom message and the message object
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.