com.paypal.base
Class NVPUtil

java.lang.Object
  extended by com.paypal.base.NVPUtil

public final class NVPUtil
extends Object


Method Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.