Uses of Interface
com.paypal.api.PayPalAPI.PayPalAPIInterface

Packages that use PayPalAPIInterface
com.mikeblanton.paypal.util   
com.paypal.api.PayPalAPI   
 

Uses of PayPalAPIInterface in com.mikeblanton.paypal.util
 

Methods in com.mikeblanton.paypal.util that return PayPalAPIInterface
 PayPalAPIInterface PayPalAPIUtil.getPayPalInterface()
          Retrieves the PayPal API Interface class using the default endpoint URL and default timeout.
 PayPalAPIInterface PayPalAPIUtil.getPayPalInterface(java.net.URL _url)
          Retrieves the PayPal API Interface class using the specified URL and the default timeout.
 PayPalAPIInterface PayPalAPIUtil.getPayPalInterface(int _timeout)
          Retrieves the PayPal API Interface class using the default endpoint URL and specified timeout.
 PayPalAPIInterface PayPalAPIUtil.getPayPalInterface(java.net.URL _url, int _timeout)
          Retrieves the PayPal API Interface class using the specified endpoint URL and the specified timeout.
 

Uses of PayPalAPIInterface in com.paypal.api.PayPalAPI
 

Classes in com.paypal.api.PayPalAPI that implement PayPalAPIInterface
 class PayPalAPISoapBindingStub
           
 

Methods in com.paypal.api.PayPalAPI that return PayPalAPIInterface
 PayPalAPIInterface PayPalAPIInterfaceServiceLocator.getPayPalAPI()
           
 PayPalAPIInterface PayPalAPIInterfaceServiceLocator.getPayPalAPI(java.net.URL portAddress)
           
 PayPalAPIInterface PayPalAPIInterfaceService.getPayPalAPI()
           
 PayPalAPIInterface PayPalAPIInterfaceService.getPayPalAPI(java.net.URL portAddress)