Gets the protocol ID. @return the protocol ID
()
| 271 | * @return the protocol ID |
| 272 | */ |
| 273 | @Override |
| 274 | public String getId() { |
| 275 | return endpoint.getId(); |
| 276 | } |
| 277 | |
| 278 | |
| 279 | // ---------------------- Properties that are passed through to the EndPoint |