|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used to return information from the Web services assistant to the caller of the API.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static int |
RC_ERROR
The error return code. |
static int |
RC_INVALID_PARAMETERS
The invalid parameters return code. |
static int |
RC_SUCCESS
The success return code. |
static int |
RC_WARNING
The warning return code. |
static java.lang.String |
SCCSID
CICS SCCSID String |
Method Summary | |
---|---|
java.lang.String[] |
getAllMessages()
Get all of the messages that have been issued by the Web services assistant. |
java.lang.String[] |
getErrorMessages()
Get all of the error messages that have been issued by the Web services assistant. |
java.lang.String[] |
getInformationalMessages()
Get all of the informational messages that have been issued by the Web services assistant. |
int |
getReturnCode()
Get the return code following an execution of the Web services assistant. |
java.lang.String[] |
getStatusMessages()
Get all of the status messages that have been issued by the Web services assistant. |
java.lang.String[] |
getWarningMessages()
Get all of the warning messages that have been issued by the Web services assistant. |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String SCCSID
public static final int RC_SUCCESS
public static final int RC_WARNING
public static final int RC_INVALID_PARAMETERS
public static final int RC_ERROR
Method Detail |
public int getReturnCode()
public java.lang.String[] getAllMessages()
public java.lang.String[] getStatusMessages()
public java.lang.String[] getInformationalMessages()
public java.lang.String[] getWarningMessages()
public java.lang.String[] getErrorMessages()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |