public interface ObligationResult
| Modifier and Type | Method and Description |
|---|---|
String |
encode()
Encodes this
ObligationResult into its XML form |
void |
encode(StringBuilder builder)
Encodes this
ObligationResult into its XML form and writes this out to the provided
StringBuilder |
String encode()
ObligationResult into its XML formStringvoid encode(StringBuilder builder)
ObligationResult into its XML form and writes this out to the provided
StringBuilderbuilder - string stream into which the XML-encoded data is writtenCopyright © 2021 WSO2. All rights reserved.