public class

ZuoraService

extends Service
java.lang.Object
   ↳ javax.xml.ws.Service
     ↳ com.zuora.api.ZuoraService

Class Overview

This class was generated by Apache CXF 2.5.1 2013-10-02T15:14:20.832-03:00 Generated source version: 2.5.1

Summary

Fields
public static final QName SERVICE
public static final QName Soap
public static final URL WSDL_LOCATION
[Expand]
Inherited Fields
From class javax.xml.ws.Service
Public Constructors
ZuoraService(URL wsdlLocation)
ZuoraService(URL wsdlLocation, QName serviceName)
ZuoraService()
Public Methods
Soap getSoap(WebServiceFeature... features)
Soap getSoap()
[Expand]
Inherited Methods
From class javax.xml.ws.Service
From class java.lang.Object

Fields

public static final QName SERVICE

public static final QName Soap

public static final URL WSDL_LOCATION

Public Constructors

public ZuoraService (URL wsdlLocation)

Parameters
wsdlLocation

public ZuoraService (URL wsdlLocation, QName serviceName)

Parameters
wsdlLocation
serviceName

public ZuoraService ()

Public Methods

public Soap getSoap (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 Soap

public Soap getSoap ()

Returns
  • returns Soap