public class StatusMessageManager extends Object
StatusMessageManager is responsible for triggering the appropriate handler to generate the Status message| Constructor | Description |
|---|---|
StatusMessageManager() |
| Modifier and Type | Method | Description |
|---|---|---|
StatusMessageResult |
process(StatusMessageRequest statusMessageRequest) |
Process the provided
StatusMessageRequest to generate the Status message corresponding to this
StatusMessageRequest by calling all the appropriate handlers |
String |
process(String[] args) |
Generates the Status message corresponding to the provided arguments by calling all the appropriate handlers.
|
String |
process(ValidationContext context) |
Process the provided
ValidationContext to generate the Status message corresponding to this
ValidationContext by calling all the appropriate handlers |
public String process(ValidationContext context)
ValidationContext to generate the Status message corresponding to this
ValidationContext by calling all the appropriate handlerscontext - the context containg all the information needed to create the stastus messagepublic String process(String[] args) throws StatusMessageException
args - the arguments needed for the generation of the status messageStatusMessageException - if no handler is foundpublic StatusMessageResult process(StatusMessageRequest statusMessageRequest)
StatusMessageRequest to generate the Status message corresponding to this
StatusMessageRequest by calling all the appropriate handlersstatusMessageRequest - the statusMessageRequest contains all the information needed to create the status messageCopyright © 2025. All rights reserved.