public abstract class

AbstractCxfWorkdayClient

extends Object
java.lang.Object
   ↳ org.mule.modules.workday.api.AbstractCxfWorkdayClient<A>
Known Direct Subclasses

Summary

Fields
private A connection
private final String endpoint
private final String password
protected final String serviceVersion
private final String username
private final String wsdlLocation
Public Constructors
AbstractCxfWorkdayClient(String username, String password, String endpoint, String wsdlLocation)
Public Methods
String getServiceVersion()
Protected Methods
A getConnection()
abstract Class<A> portType()
abstract Class<? extends Service> serviceType()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private A connection

private final String endpoint

private final String password

protected final String serviceVersion

private final String username

private final String wsdlLocation

Public Constructors

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

Parameters
username
password
endpoint
wsdlLocation

Public Methods

public String getServiceVersion ()

Protected Methods

protected A getConnection ()

protected abstract Class<A> portType ()

protected abstract Class<? extends Service> serviceType ()