Get the reply body content. @param method: A service method. @type method: I{service.Method} @param body: The soap body @type body: L{Element} @return: the body content @rtype: [L{Element},...]
(self, method, body)
| 395 | return content |
| 396 | |
| 397 | def replycontent(self, method, body): |
| 398 | """ |
| 399 | Get the reply body content. |
| 400 | @param method: A service method. |
| 401 | @type method: I{service.Method} |
| 402 | @param body: The soap body |
| 403 | @type body: L{Element} |
| 404 | @return: the body content |
| 405 | @rtype: [L{Element},...] |
| 406 | """ |
| 407 | raise Exception('not implemented') |
| 408 | |
| 409 | def body(self, content): |
| 410 | """ |