public final class NVPUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
decode(String nvpString)
Utility method used to decode the nvp response String
|
static String |
encodeUrl(String value)
Utility method used to encode the value
|
public static Map<String,String> decode(String nvpString) throws UnsupportedEncodingException
nvpString - UnsupportedEncodingExceptionpublic static String encodeUrl(String value) throws UnsupportedEncodingException
value - UnsupportedEncodingExceptionCopyright © 2016. All Rights Reserved.