public class

CxfCashClient

extends AbstractCxfWorkdayClient<A>
implements CashClient
java.lang.Object
   ↳ org.mule.modules.workday.api.AbstractCxfWorkdayClient<A>
     ↳ org.mule.modules.workday.cash.CxfCashClient

Class Overview

CxfWorkdayClient Implementation of Workday client that uses CXF

Summary

[Expand]
Inherited Fields
From class org.mule.modules.workday.api.AbstractCxfWorkdayClient
Public Constructors
CxfCashClient(String username, String password, String endpoint)
Public Methods
UniqueIdentifierObjectType submitPaymentElectionEnrollment(FinancialsBusinessProcessParametersType businessProcessParameters_, PaymentElectionEnrollmentForWorkerDataType paymentElectionEnrollmentData_)
Protected Methods
Class<CashManagementPort> 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.cash.CashClient

Public Constructors

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

Parameters
username
password
endpoint

Public Methods

public UniqueIdentifierObjectType submitPaymentElectionEnrollment (FinancialsBusinessProcessParametersType businessProcessParameters_, PaymentElectionEnrollmentForWorkerDataType paymentElectionEnrollmentData_)

Parameters
businessProcessParameters_
paymentElectionEnrollmentData_
Throws
Exception

Protected Methods

protected Class<CashManagementPort> portType ()

protected Class<? extends Service> serviceType ()

protected String wsdlLocation ()