jpmccu / sadi

Automatically exported from code.google.com/p/sadi
0 stars 0 forks source link

sadi.py : add hook to augment service description #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
per Tim and Jim email discussion.

    def getServiceDescription(self)

should add a hook for services to add descriptions.

For now, override it wholesale.

Original issue reported on code.google.com by tim...@gmail.com on 10 Jan 2012 at 7:14

GoogleCodeExporter commented 9 years ago
(BTW, I do not seem to have edit permissions to change this issue's product 
from  "Product-JavaAPI" to the python one)

Original comment by tim...@gmail.com on 10 Jan 2012 at 7:15

GoogleCodeExporter commented 9 years ago

Original comment by mccus...@gmail.com on 12 Jan 2012 at 4:30

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1875.

Original comment by mccus...@gmail.com on 12 Jan 2012 at 4:33

GoogleCodeExporter commented 9 years ago
To use this, override annotateServiceDescription(self, desc) on your service to 
add assertions to the service description, desc.

Original comment by mccus...@gmail.com on 12 Jan 2012 at 4:50