public final class ServiceClientFactory extends Object
| Constructor and Description |
|---|
ServiceClientFactory(URL baseUrl) |
ServiceClientFactory(URL baseUrl,
org.jboss.resteasy.client.jaxrs.ResteasyClient resteasyClient) |
public ServiceClientFactory(URL baseUrl)
baseUrl - URL of the Employee Shift Rostering applicationpublic ServiceClientFactory(URL baseUrl, org.jboss.resteasy.client.jaxrs.ResteasyClient resteasyClient)
baseUrl - URL of the Employee Shift Rostering applicationresteasyClient - Resteasy client to be used for restclient connectionspublic SkillRestService createSkillRestServiceClient()
public EmployeeRestService createEmployeeRestServiceClient()
public RosterRestService createRosterRestServiceClient()
public ShiftRestService createShiftRestServiceClient()
public ContractRestService createContractRestServiceClient()
public SpotRestService createSpotRestServiceClient()
public RotationRestService createRotationRestServiceClient()
public TenantRestService createTenantRestServiceClient()
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.