public abstract class AbstractTarget extends Object
| Constructor and Description |
|---|
AbstractTarget() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
encode()
Encodes this
AbstractTarget into its XML form |
abstract void |
encode(StringBuilder builder)
Encodes this
AbstractTarget into its XML form and writes this out to the provided
StringBuilder |
abstract MatchResult |
match(EvaluationCtx context)
Determines whether this
AbstractTarget matches the input request (whether it is
applicable). |
public abstract MatchResult match(EvaluationCtx context)
AbstractTarget matches the input request (whether it is
applicable).context - the representation of the requestpublic abstract String encode()
AbstractTarget into its XML formStringpublic abstract void encode(StringBuilder builder)
AbstractTarget into its XML form and writes this out to the provided
StringBuilderbuilder - string stream into which the XML-encoded data is writtenCopyright © 2018 WSO2. All rights reserved.