Package | Description |
---|---|
org.adroitlogic.as2.api | |
org.adroitlogic.ultraesb.api |
Modifier and Type | Method and Description |
---|---|
ErrorInfo |
SyncResponseInfo.getErrorInfo() |
ErrorInfo |
AsyncMDNInfo.getErrorInfo() |
ErrorInfo |
SendInfo.getErrorInfo() |
Modifier and Type | Method and Description |
---|---|
List<ErrorInfo> |
ReceiveInfo.getErrorInfoList() |
Modifier and Type | Method and Description |
---|---|
void |
ReceiveInfo.addErrorInfo(ErrorInfo errorInfo) |
void |
SyncResponseInfo.setErrorInfo(ErrorInfo errorInfo) |
void |
AsyncMDNInfo.setErrorInfo(ErrorInfo errorInfo) |
void |
SendInfo.setErrorInfo(ErrorInfo errorInfo) |
Modifier and Type | Method and Description |
---|---|
ErrorInfo |
Message.getLastException()
Get the last error encountered and linked to this message
|
Modifier and Type | Method and Description |
---|---|
List<ErrorInfo> |
Message.getExceptions()
Get a list of errors this message encountered
|
Modifier and Type | Method and Description |
---|---|
void |
Message.addException(ErrorInfo e)
Attach an error that this message encountered
|
Copyright © 2010–2016 AdroitLogic. All rights reserved.