Returns the array of all Services defined within this Server. @return the array of Services, or an empty array if none are defined
()
| 251 | * @return the array of Services, or an empty array if none are defined |
| 252 | */ |
| 253 | Service[] findServices(); |
| 254 | |
| 255 | |
| 256 | /** |
no outgoing calls