public class

PayrollInterfaceService

extends Service
java.lang.Object
   ↳ javax.xml.ws.Service
     ↳ com.workday.payrollinterface.PayrollInterfaceService

Class Overview

This class was generated by Apache CXF 2.5.1 2014-02-28T19:23:36.991-03:00 Generated source version: 2.5.1

Summary

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

Fields

public static final QName PayrollInterface

public static final QName SERVICE

public static final URL WSDL_LOCATION

Public Constructors

public PayrollInterfaceService (URL wsdlLocation)

Parameters
wsdlLocation

public PayrollInterfaceService (URL wsdlLocation, QName serviceName)

Parameters
wsdlLocation
serviceName

public PayrollInterfaceService ()

Public Methods

public PayrollInterfacePort getPayrollInterface (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 PayrollInterfacePort

public PayrollInterfacePort getPayrollInterface ()

Returns
  • returns PayrollInterfacePort