public class

PayPalAPIInterfaceService

extends Service
java.lang.Object
   ↳ javax.xml.ws.Service
     ↳ ebay.api.paypalapi.PayPalAPIInterfaceService

Class Overview

This class was generated by Apache CXF 2.3.0 Fri Oct 28 15:24:09 ART 2011 Generated source version: 2.3.0

Summary

Fields
public static final QName PayPalAPI
public static final QName PayPalAPIAA
public static final QName SERVICE
public static final URL WSDL_LOCATION
[Expand]
Inherited Fields
From class javax.xml.ws.Service
Public Constructors
PayPalAPIInterfaceService(URL wsdlLocation)
PayPalAPIInterfaceService(URL wsdlLocation, QName serviceName)
PayPalAPIInterfaceService()
Public Methods
PayPalAPIInterface getPayPalAPI(WebServiceFeature... features)
PayPalAPIInterface getPayPalAPI()
PayPalAPIAAInterface getPayPalAPIAA(WebServiceFeature... features)
PayPalAPIAAInterface getPayPalAPIAA()
[Expand]
Inherited Methods
From class javax.xml.ws.Service
From class java.lang.Object

Fields

public static final QName PayPalAPI

public static final QName PayPalAPIAA

public static final QName SERVICE

public static final URL WSDL_LOCATION

Public Constructors

public PayPalAPIInterfaceService (URL wsdlLocation)

Parameters
wsdlLocation

public PayPalAPIInterfaceService (URL wsdlLocation, QName serviceName)

Parameters
wsdlLocation
serviceName

public PayPalAPIInterfaceService ()

Public Methods

public PayPalAPIInterface getPayPalAPI (WebServiceFeature... features)

Parameters
features A list of javax.xml.ws.WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.
Returns
  • returns PayPalAPIInterface

public PayPalAPIInterface getPayPalAPI ()

Returns
  • returns PayPalAPIInterface

public PayPalAPIAAInterface getPayPalAPIAA (WebServiceFeature... features)

Parameters
features A list of javax.xml.ws.WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.
Returns
  • returns PayPalAPIAAInterface

public PayPalAPIAAInterface getPayPalAPIAA ()

Returns
  • returns PayPalAPIAAInterface