public interface ContactManager
String
addContact(Contact contact)
List<Contact>
getContacts()
String addContact(Contact contact) throws Exception
Exception
List<Contact> getContacts()
Copyright © 2015 WSO2 Inc. All rights reserved.