public interface ParametersExt extends Parameters
Parameters interface supported by the implementation and
will be included in the next spec release.| Modifier and Type | Method and Description |
|---|---|
String |
getParameter(String name,
boolean stripQuotes)
Returns the value of the named parameter, or null if it is not set.
|
void |
setQuotedParameter(String name,
String value)
Sets the value of the specified parameter.
|
getParameter, getParameterNames, removeParameter, setParameterString getParameter(String name, boolean stripQuotes)
name - name of parameter to retrievestripQuotes - will return the value of the parameter as it has been received when the message came into the stackvoid setQuotedParameter(String name, String value) throws ParseException
name - - a String specifying the parameter namevalue - - a String specifying the parameter valueParseException - which signals that an error has been reached
unexpectedly while parsing the parameter name or value.Copyright © 2018. All Rights Reserved.