com.paypal.base
Class NVPUtil
java.lang.Object
com.paypal.base.NVPUtil
public final class NVPUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
decode
public static Map<String,String> decode(String nvpString)
throws UnsupportedEncodingException
- Utility method used to decode the nvp response String
- Parameters:
nvpString -
- Returns:
- Map
- Throws:
UnsupportedEncodingException
encodeUrl
public static String encodeUrl(String value)
throws UnsupportedEncodingException
- Utility method used to encode the value
- Parameters:
value -
- Returns:
- String
- Throws:
UnsupportedEncodingException
Copyright © 2015. All Rights Reserved.