ABClientAPI interface
ContactManager requires that each Guidewire core application implement the ABClientAPI interface and expose it as a web service.
- ClaimCenter implements this interface in gw.webservice.cc.cc1000.contact.ContactAPI.
- PolicyCenter implements this interface in gw.webservice.pc.pc1000.contact.ContactAPI.
- BillingCenter implements this interface in gw.webservice.bc.bc1000.contact.ContactAPI.
ContactManager then calls the web service methods in each application when it needs to broadcast changes in contacts to the applications. Each Guidewire core application can determine what to do in response to the call from ContactManager.
The current version of this ContactManager interface is in the package gw.webservice.contactapi.ab1000.ABClientAPI.
See also
- For information on core application implementations of ContactAPI, see Contact web service APIs.
