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
Public Constructors
AbstractCxfWorkdayClient(String username, String password, String endpoint)
Protected Methods
A getConnection()
abstract Class<A> portType()
abstract Class<? extends Service> serviceType()
abstract String wsdlLocation()
[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

Public Constructors

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

Parameters
username
password
endpoint

Protected Methods

protected A getConnection ()

Throws
Exception

protected abstract Class<A> portType ()

protected abstract Class<? extends Service> serviceType ()

protected abstract String wsdlLocation ()