Package | Description |
---|---|
org.wso2.balana.ctx |
All of the classes that support the context schema are in this
package.
|
Modifier and Type | Method and Description |
---|---|
StatusDetail |
Status.getDetail()
Returns the status detail or null if there is none.
|
static StatusDetail |
StatusDetail.getInstance(Node root)
Creates an instance of a
StatusDetail object based on the given DOM root node. |
Constructor and Description |
---|
Status(List<String> code,
String message,
StatusDetail detail)
Constructor that takes the status code, an optional message, and some detail to include with
the status.
|
Copyright © 2019 WSO2. All rights reserved.