public class

CxfNotificationClient

extends AbstractCxfWorkdayClient<A>
implements NotificationPort
java.lang.Object
   ↳ org.mule.modules.workday.api.AbstractCxfWorkdayClient<A>
     ↳ org.mule.modules.workday.notification.CxfNotificationClient

Class Overview

CxfWorkdayClient Implementation of Workday client that uses CXF

Summary

[Expand]
Inherited Fields
From class org.mule.modules.workday.api.AbstractCxfWorkdayClient
Public Constructors
CxfNotificationClient(String username, String password, String endpoint, String wsdlLocation)
Public Methods
void receiveNotification(NotificationDataRootType body)
Receives notification from Workday
Protected Methods
Class<NotificationPort> portType()
Class<? extends Service> serviceType()
[Expand]
Inherited Methods
From class org.mule.modules.workday.api.AbstractCxfWorkdayClient
From class java.lang.Object
From interface com.workday.notification.NotificationPort

Public Constructors

public CxfNotificationClient (String username, String password, String endpoint, String wsdlLocation)

Parameters
username
password
endpoint
wsdlLocation

Public Methods

public void receiveNotification (NotificationDataRootType body)

Receives notification from Workday

Parameters
body

Protected Methods

protected Class<NotificationPort> portType ()

protected Class<? extends Service> serviceType ()