public class

PayrollService

extends Service
java.lang.Object
   ↳ javax.xml.ws.Service
     ↳ workday.com.bsvc.payroll.PayrollService

Class Overview

This class was generated by Apache CXF 2.3.0 Thu Jan 19 13:26:51 CST 2012 Generated source version: 2.3.0

Summary

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

Fields

public static final QName Payroll

public static final QName SERVICE

public static final URL WSDL_LOCATION

Public Constructors

public PayrollService (URL wsdlLocation)

Parameters
wsdlLocation

public PayrollService (URL wsdlLocation, QName serviceName)

Parameters
wsdlLocation
serviceName

public PayrollService ()

Public Methods

public PayrollPort getPayroll (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 PayrollPort

public PayrollPort getPayroll ()

Returns
  • returns PayrollPort