public abstract class MessageContext<T1,T2> extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Map<T1,T2> |
parameters |
Constructor and Description |
---|
MessageContext() |
MessageContext(Map<T1,T2> parameters) |
Modifier and Type | Method and Description |
---|---|
void |
addParameter(T1 key,
T2 value) |
void |
addParameters(Map<T1,T2> parameters) |
T2 |
getParameter(T1 key) |
Map<T1,T2> |
getParameters() |
Copyright © 2019 WSO2. All rights reserved.