Uses of Class
com.paypal.base.exception.MissingCredentialException

Packages that use MissingCredentialException
com.paypal.base   
com.paypal.base.nvp   
com.paypal.base.soap   
 

Uses of MissingCredentialException in com.paypal.base
 

Methods in com.paypal.base that throw MissingCredentialException
protected  String BaseService.call(APICallPreHandler apiCallPrehandler)
          Calls the APIService with the corresponding APICallPreHandler
 ICredential CredentialManager.getCredentialObject(String userId)
           
 String APIService.makeRequestUsing(APICallPreHandler apiCallPreHandler)
          Makes a request to API service
 

Uses of MissingCredentialException in com.paypal.base.nvp
 

Constructors in com.paypal.base.nvp that throw MissingCredentialException
PlatformAPICallPreHandler(String rawPayLoad, String serviceName, String method, String apiUserName, String accessToken, String tokenSecret)
          Deprecated.  
PlatformAPICallPreHandler(String rawPayLoad, String serviceName, String method, String apiUserName, String accessToken, String tokenSecret, String sdkName, String sdkVersion, String portName, Map<String,String> configurationMap)
          PlatformAPICallPreHandler
 

Uses of MissingCredentialException in com.paypal.base.soap
 

Constructors in com.paypal.base.soap that throw MissingCredentialException
MerchantAPICallPreHandler(APICallPreHandler apiCallHandler, String apiUserName, String accessToken, String tokenSecret)
          Deprecated.  
MerchantAPICallPreHandler(APICallPreHandler apiCallHandler, String apiUserName, String accessToken, String tokenSecret, String sdkName, String sdkVersion, String portName, Map<String,String> configurationMap)
          MerchantAPICallPreHandler decorating basic APICallPreHandler using API Username
 



Copyright © 2015. All Rights Reserved.