Home
last modified time | relevance | path

Searched defs:AddressBookService (Results 1 – 3 of 3) sorted by relevance

/dports/devel/py-thriftpy2/thriftpy2-0.4.14/tests/
H A Daddressbook.thrift35 service AddressBookService { service
36 void ping();
37 string hello(1: required string name);
38 bool add(1: Person person);
40 Person get(1: string name) throws (1: PersonNotExistsError not_exists);
41 AddressBook book();
42 list<PhoneNumber> get_phonenumbers(1: string name, 2: i32 count);
43 map<PhoneType, string> get_phones(1: string name);
44 bool sleep(1: i32 ms);
45 void close(1: i32 ms);
[all …]
H A Daddressbook.py57 class AddressBookService(object): class
/dports/www/axis2/axis2-1.8.0/samples/pojo/src/sample/addressbook/service/
H A DAddressBookService.java28 public class AddressBookService { class