public class

CxfPayrollClient

extends AbstractCxfWorkdayClient<A>
implements PayrollClient
java.lang.Object
   ↳ org.mule.modules.workday.api.AbstractCxfWorkdayClient<A>
     ↳ org.mule.modules.workday.payroll.CxfPayrollClient

Summary

[Expand]
Inherited Fields
From class org.mule.modules.workday.api.AbstractCxfWorkdayClient
Public Constructors
CxfPayrollClient(String username, String password, String endpoint)
Public Methods
PutPayrollFederalW4TaxElectionResponseType putPayrollFederalW4TaxElection(PayrollFederalW4TaxElectionDataType electionData)
Protected Methods
Class<PayrollPort> portType()
Class<? extends Service> serviceType()
String wsdlLocation()
[Expand]
Inherited Methods
From class org.mule.modules.workday.api.AbstractCxfWorkdayClient
From class java.lang.Object
From interface org.mule.modules.workday.payroll.PayrollClient

Public Constructors

public CxfPayrollClient (String username, String password, String endpoint)

Parameters
username
password
endpoint

Public Methods

public PutPayrollFederalW4TaxElectionResponseType putPayrollFederalW4TaxElection (PayrollFederalW4TaxElectionDataType electionData)

Parameters
electionData
Throws
Exception

Protected Methods

protected Class<PayrollPort> portType ()

protected Class<? extends Service> serviceType ()

protected String wsdlLocation ()