Part of coherence.upnp.services.servers.media_receiver_registrar_server View Source View In Hierarchy
Split Table into Classes Show Methods in One Table
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 31 | Method | __init__ | Undocumented |
Inherited from ServiceControl:
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 726 | Method | get_action_results | check for out arguments |
| 758 | Method | soap__generic | generic UPnP service control method, |
Inherited from UPnPPublisher:
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 36 | Method | _sendResponse | Undocumented |
| 54 | Method | _methodNotFound | Undocumented |
| 58 | Method | _gotResult | Undocumented |
| 67 | Method | _gotError | Undocumented |
| 80 | Method | lookupFunction | Undocumented |
| 89 | Method | render | Handle a SOAP command. |
| 157 | Method | decode_result | Undocumented |
Inherited from Loggable (via UPnPPublisher):
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 79 | Method | logFunction | Overridable log function. Default just returns passed message. |
| 90 | Method | critical | Undocumented |
| 96 | Method | msg | Undocumented |
Inherited from Loggable (via UPnPPublisher, Loggable):
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 650 | Method | error | Log an error. By default this will also raise an exception. |
| 657 | Method | warning | Log a warning. Used for non-fatal problems. |
| 664 | Method | info | Log an informational message. Used for normal operation. |
| 671 | Method | debug | Log a debug message. Used for debugging. |
| 678 | Method | log | Log a log message. Used for debugging recurring events. |
| 685 | Method | doLog | Log a message at the given level, with the possibility of going |
| 709 | Method | warningFailure | Log a warning about a Twisted Failure. Useful as an errback handler: |
| 730 | Method | logObjectName | Overridable object name function. |
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 31 | Method | __init__ | Undocumented |
| 67 | Method | _gotError | Undocumented |
| 58 | Method | _gotResult | Undocumented |
| 54 | Method | _methodNotFound | Undocumented |
| 36 | Method | _sendResponse | Undocumented |
| 90 | Method | critical | Undocumented |
| 671 | Method | debug | Log a debug message. Used for debugging. |
| 157 | Method | decode_result | Undocumented |
| 685 | Method | doLog | Log a message at the given level, with the possibility of going |
| 650 | Method | error | Log an error. By default this will also raise an exception. |
| 726 | Method | get_action_results | check for out arguments |
| 664 | Method | info | Log an informational message. Used for normal operation. |
| 678 | Method | log | Log a log message. Used for debugging recurring events. |
| 79 | Method | logFunction | Overridable log function. Default just returns passed message. |
| 730 | Method | logObjectName | Overridable object name function. |
| 80 | Method | lookupFunction | Undocumented |
| 96 | Method | msg | Undocumented |
| 89 | Method | render | Handle a SOAP command. |
| 758 | Method | soap__generic | generic UPnP service control method, |
| 657 | Method | warning | Log a warning. Used for non-fatal problems. |
| 709 | Method | warningFailure | Log a warning about a Twisted Failure. Useful as an errback handler: |