|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorCodeSpec.Type | |
org.xins.client | XINS client framework. |
org.xins.common.spec | API specification classes. |
Uses of ErrorCodeSpec.Type in org.xins.client |
Methods in org.xins.client that return ErrorCodeSpec.Type | |
ErrorCodeSpec.Type |
UnsuccessfulXINSCallException.getType()
Returns the type of the error code. |
Uses of ErrorCodeSpec.Type in org.xins.common.spec |
Fields in org.xins.common.spec declared as ErrorCodeSpec.Type | |
static ErrorCodeSpec.Type |
ErrorCodeSpec.FUNCTIONAL
Type indicating that the error code is functional. |
static ErrorCodeSpec.Type |
ErrorCodeSpec.TECHNICAL
Type indicating that the error code is technical. |
Methods in org.xins.common.spec that return ErrorCodeSpec.Type | |
ErrorCodeSpec.Type |
ErrorCodeSpec.getType()
Gets the type of the error code. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |