Usage example:
DfaSession session = new DfaSession.Builder()...build(); CampaignRemote campaignService = new DfaServices().get(session, CampaignRemote.class); campaignService.makeRequest(...); ... session.setToken(...); campaignService.makeRequest(...); Implementation is thread-safe.
@author Joseph DiLallo | |
| |
| |
| |
| |
| |
| |
| |
| |
| |