public abstract class Config extends Object
Modifier and Type | Field and Description |
---|---|
String |
hostName
The Host Name of your Workday instance.
|
WorkdayWSDLServices |
testConnectivtyService
The service to use for test connectivity purposes only where the validity of the tenant name and host name is checked.
|
Constructor and Description |
---|
Config() |
Modifier and Type | Method and Description |
---|---|
List<org.mule.devkit.api.ws.definition.ServiceDefinition> |
getDefinitions() |
String |
getHostName() |
String |
getPassword() |
String |
getTenantName() |
WorkdayWSDLServices |
getTestConnectivtyService() |
String |
getUsername() |
String |
getUsernameWithTenantName() |
String |
resolveAddress(org.mule.devkit.api.ws.definition.ServiceDefinition serviceDefinition) |
void |
setHostName(String hostName) |
void |
setPassword(String password) |
void |
setTenantName(String tenantName) |
void |
setTestConnectivtyService(WorkdayWSDLServices testConnectivtyService) |
void |
setUsername(String username) |
void |
testConnectivity() |
@Configurable @Placement(order=4) @FriendlyName(value="Host Name") @Default(value="impl-cc.workday.com") public String hostName
@Configurable @Placement(group="Test Connectivity") @FriendlyName(value="Test Connectivity with") @Default(value="Absence_Management") public WorkdayWSDLServices testConnectivtyService
@NotNull public String getUsername()
public void setUsername(@NotNull String username)
@NotNull public String getPassword()
public void setPassword(@NotNull String password)
@NotNull public String getTenantName()
public void setTenantName(@NotNull String tenantName)
@NotNull public String getHostName()
public void setHostName(@NotNull String hostName)
public WorkdayWSDLServices getTestConnectivtyService()
public void setTestConnectivtyService(WorkdayWSDLServices testConnectivtyService)
public String getUsernameWithTenantName()
@WsdlServiceEndpoint public String resolveAddress(org.mule.devkit.api.ws.definition.ServiceDefinition serviceDefinition)
@WsdlServiceRetriever(keyLabels={"Service","Operation"}) public List<org.mule.devkit.api.ws.definition.ServiceDefinition> getDefinitions()
@TestConnectivity public void testConnectivity() throws org.mule.api.ConnectionException
org.mule.api.ConnectionException
Copyright © 2010–2017. All rights reserved.