public class Message extends Object
Constructor and Description |
---|
Message(MessageCode messageCode,
String[] parameters)
Constructor accepting the code of the message and a list of parameters.
|
Modifier and Type | Method and Description |
---|---|
MessageCode |
getMessageCode()
Method to retrieve the code of this message.
|
String[] |
getParameters()
Method to retrieve the parameters of this message.
|
public Message(MessageCode messageCode, String[] parameters)
messageCode
- the message code.parameters
- the list of parameters.public MessageCode getMessageCode()
public String[] getParameters()
Copyright © 2015 WSO2 Inc. All Rights Reserved.