public FormatResponseProto format(RpcController controller, FormatRequestProto request) throws ServiceException { try { impl.format(request.getJid().getIdentifier(), PBHelper.convert(request.getNsInfo())); return FormatResponseProto.getDefaultInstance(); } catch (IOException ioe) { throw new ServiceException(ioe); } }