com.e_c_group.bwptk.services
Class Communicator
java.lang.Object
  
com.e_c_group.bwptk.services.Communicator
public class Communicator
- extends java.lang.Object
 
 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Communicator
public Communicator()
serviceProviderBroadWorksCommunicatorGetRequest
public static Response serviceProviderBroadWorksCommunicatorGetRequest(BroadWorksServer bws,
                                                                       boolean readFromCache,
                                                                       java.lang.String serviceProviderId)
                                                                throws BwptkException
- Request to get Configuration Server for a specified service provider. The response is either a ServiceProviderBroadWorksCommunicatorGetResponse or an ErrorResponse.
- Parameters:
 bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheserviceProviderId - 
- Throws:
 BwptkException
 
 
serviceProviderBroadWorksCommunicatorModifyRequest
public static Response serviceProviderBroadWorksCommunicatorModifyRequest(BroadWorksServer bws,
                                                                          boolean readFromCache,
                                                                          java.lang.String serviceProviderId,
                                                                          java.lang.String configurationServerURL)
                                                                   throws BwptkException
- Request to get Configuration Server for a specified service provider. The response is either a ServiceProviderBroadWorksCommunicatorGetResponse or an ErrorResponse.
- Parameters:
 bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheserviceProviderId - configurationServerURL - 
- Throws:
 BwptkException
 
 
userBroadWorksCommunicatorGetRequest
public static Response userBroadWorksCommunicatorGetRequest(BroadWorksServer bws,
                                                            boolean readFromCache,
                                                            java.lang.String userId)
                                                     throws BwptkException
- Request to get Configuration Server for a specified service provider. The response is either a ServiceProviderBroadWorksCommunicatorGetResponse or an ErrorResponse.
- Parameters:
 bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - 
- Throws:
 BwptkException