Format a single UIDMeta object @param meta The UIDMeta object to serialize @return A ChannelBuffer object to pass on to the caller @throws BadRequestException if the plugin has not implemented this method
(final UIDMeta meta)
| 543 | * @throws BadRequestException if the plugin has not implemented this method |
| 544 | */ |
| 545 | public ChannelBuffer formatUidMetaV1(final UIDMeta meta) { |
| 546 | throw new BadRequestException(HttpResponseStatus.NOT_IMPLEMENTED, |
| 547 | "The requested API endpoint has not been implemented", |
| 548 | this.getClass().getCanonicalName() + |
| 549 | " has not implemented formatUidMetaV1"); |
| 550 | } |
| 551 | |
| 552 | /** |
| 553 | * Format a single TSMeta object |